From 8b922477d9b4a997915e5ea5a73a01611f97d378 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Tue, 12 Jul 2022 11:09:54 +0200 Subject: [PATCH] Hide body overflow Signed-off-by: Romein van Buren --- gui/dashboard/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/dashboard/app.css b/gui/dashboard/app.css index 6131c3e..ab0e6c0 100644 --- a/gui/dashboard/app.css +++ b/gui/dashboard/app.css @@ -14,6 +14,7 @@ html, body { padding: 0; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + overflow: hidden; } .theme-light {