Fix buffer list overflow

This commit is contained in:
Simon Ser
2020-06-25 14:21:21 +02:00
parent 96aab8042e
commit f8c4d1746c

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