mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
Fix buffer list overflow
This commit is contained in:
parent
96aab8042e
commit
f8c4d1746c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ html, body {
|
|||
|
||||
body {
|
||||
display: grid;
|
||||
grid-template-rows: auto max-content;
|
||||
grid-template-rows: 1fr max-content;
|
||||
grid-template-columns: max-content auto;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue