diff --git a/client/web/src/components/window/MainWindow.vue b/client/web/src/components/window/MainWindow.vue index 23a45d777..98829bfc0 100644 --- a/client/web/src/components/window/MainWindow.vue +++ b/client/web/src/components/window/MainWindow.vue @@ -29,6 +29,8 @@ .status-bar-row { flex: 0 0 auto; + // Prevents the creation of a scrollbar due to the child's negative margin + overflow: hidden; }