diff options
author | Chocobozzz <me@florianbigard.com> | 2019-09-06 09:47:33 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-09-06 09:47:33 +0200 |
commit | 606793b917412de56f67bddd829bffee46868980 (patch) | |
tree | 96530433964bbe10b826179a4954f43896092710 /client/src/app/menu/menu.component.scss | |
parent | 951532924c1b3fd547cbf45f0c9cf9734203d6b4 (diff) | |
download | PeerTube-606793b917412de56f67bddd829bffee46868980.tar.gz PeerTube-606793b917412de56f67bddd829bffee46868980.tar.zst PeerTube-606793b917412de56f67bddd829bffee46868980.zip |
Fix menu x overflow
Diffstat (limited to 'client/src/app/menu/menu.component.scss')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index 76e73155c..15eaa1434 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -16,7 +16,8 @@ menu { | |||
16 | margin: 0; | 16 | margin: 0; |
17 | padding: 0; | 17 | padding: 0; |
18 | height: 100%; | 18 | height: 100%; |
19 | overflow: auto; | 19 | overflow-x: hidden; |
20 | overflow-y: auto; | ||
20 | color: var(--menuForegroundColor); | 21 | color: var(--menuForegroundColor); |
21 | display: flex; | 22 | display: flex; |
22 | flex-direction: column; | 23 | flex-direction: column; |