From: Chocobozzz Date: Mon, 28 Jan 2019 08:55:09 +0000 (+0100) Subject: Fix menu overflow on mobile screens X-Git-Tag: v1.2.0~3^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4afcdcfad88fbc75acd7f689cca3378421c681d1;p=oweals%2Fpeertube.git Fix menu overflow on mobile screens --- 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 { height: 100%; white-space: nowrap; text-overflow: ellipsis; - overflow: hidden; + overflow: auto; color: var(--menuForegroundColor); display: flex; flex-direction: column;