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);