From f8c4d1746c35811bab751521967016d62e40f87d Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 25 Jun 2020 14:21:21 +0200 Subject: [PATCH] Fix buffer list overflow --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d70c41a..f805a39 100644 --- a/style.css +++ b/style.css @@ -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; }