Browse Source

Merge branch 'release/1.4.0' into develop

Chocobozzz 4 years ago
parent
commit
8d5e65349d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      client/src/app/menu/menu.component.scss

+ 2 - 1
client/src/app/menu/menu.component.scss

@@ -16,7 +16,8 @@ menu {
   margin: 0;
   padding: 0;
   height: 100%;
-  overflow: auto;
+  overflow-x: hidden;
+  overflow-y: auto;
   color: var(--menuForegroundColor);
   display: flex;
   flex-direction: column;