From 43ee37a42206646f1198aad271a299fec2c7dd25 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Fri, 24 Jan 2025 15:06:02 -0600 Subject: [PATCH] Leave some space for the tray --- app/assets/stylesheets/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/layout.css b/app/assets/stylesheets/layout.css index 3cb50a695..b30ba7172 100644 --- a/app/assets/stylesheets/layout.css +++ b/app/assets/stylesheets/layout.css @@ -1,6 +1,6 @@ body { display: grid; - grid-template-rows: auto 1fr auto var(--block-space); + grid-template-rows: auto 1fr auto 10rem; } :where(#main) {