From be622916c742bdf95758cd94754dc26c3280c15c Mon Sep 17 00:00:00 2001 From: Timofey Obraztsov Date: Wed, 30 Oct 2024 00:58:25 -0700 Subject: [PATCH] hidden body overflow --- site/src/App.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/src/App.scss b/site/src/App.scss index 940f533c..fc8be02e 100644 --- a/site/src/App.scss +++ b/site/src/App.scss @@ -2,6 +2,10 @@ button { color: inherit; } +body { + overflow: hidden; +} + .app-body { display: flex; height: calc(100% - 72px);