Leave some space for the tray

This commit is contained in:
Jason Zimdars
2025-01-24 15:06:02 -06:00
parent ad73853fe0
commit 43ee37a422
+1 -1
View File
@@ -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) {