diff --git a/assets/scss/default_theme/components/_main_window.scss b/assets/scss/default_theme/components/_main_window.scss index 4c33f6f..ec9584c 100644 --- a/assets/scss/default_theme/components/_main_window.scss +++ b/assets/scss/default_theme/components/_main_window.scss @@ -1,3 +1,8 @@ +body { + overflow: hidden; // Disable scrolling + height: 100%; +} + div.main_container { height: 97vh; width: 98vw;