Fix buffer list overflow

This commit is contained in:
Simon Ser 2020-06-25 14:21:21 +02:00
parent 96aab8042e
commit f8c4d1746c
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -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;
}