aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-01-28 09:55:09 +0100
committerChocobozzz <me@florianbigard.com>2019-01-28 09:55:09 +0100
commit185a4abd23ba07ee252655574506755c0425c540 (patch)
treecac03bc90c8029bedb800abaa256534d426f6b92 /client/src/app/menu
parent307902e2b3248073aeb677e420aafd8b5e041117 (diff)
downloadPeerTube-185a4abd23ba07ee252655574506755c0425c540.tar.gz
PeerTube-185a4abd23ba07ee252655574506755c0425c540.tar.zst
PeerTube-185a4abd23ba07ee252655574506755c0425c540.zip
Fix menu overflow on mobile screens
Diffstat (limited to 'client/src/app/menu')
-rw-r--r--client/src/app/menu/menu.component.scss2
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;