From bf62890d39a964064ff06eb069209456346af22c Mon Sep 17 00:00:00 2001 From: ngn Date: Sat, 8 Jun 2024 14:54:51 +0300 Subject: [PATCH] make sure the body fills the page --- app/static/global.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/static/global.css b/app/static/global.css index 2643abb..f522469 100644 --- a/app/static/global.css +++ b/app/static/global.css @@ -27,6 +27,8 @@ body { background: var(--dark-one); font-family: "Ubuntu", sans-serif; overflow-x: hidden; + height: 100vh; + width: 100vw; } ::selection {