diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-28 09:55:09 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-01-28 09:56:14 +0100 |
commit | 4afcdcfad88fbc75acd7f689cca3378421c681d1 (patch) | |
tree | c1a410991030bb8471fe52004ebcf75a20c46e58 | |
parent | 8dae69dbafa1110f9e95e19bcce3d049e37d5904 (diff) | |
download | PeerTube-4afcdcfad88fbc75acd7f689cca3378421c681d1.tar.gz PeerTube-4afcdcfad88fbc75acd7f689cca3378421c681d1.tar.zst PeerTube-4afcdcfad88fbc75acd7f689cca3378421c681d1.zip |
Fix menu overflow on mobile screens
-rw-r--r-- | client/src/app/menu/menu.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index 24b1a4db3..f30b89413 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -16,7 +16,7 @@ menu { | |||
16 | height: 100%; | 16 | height: 100%; |
17 | white-space: nowrap; | 17 | white-space: nowrap; |
18 | text-overflow: ellipsis; | 18 | text-overflow: ellipsis; |
19 | overflow: hidden; | 19 | overflow: auto; |
20 | color: var(--menuForegroundColor); | 20 | color: var(--menuForegroundColor); |
21 | display: flex; | 21 | display: flex; |
22 | flex-direction: column; | 22 | flex-direction: column; |