Fix menu overflow on mobile screens

pull/1591/head
Chocobozzz 2019-01-28 09:55:09 +01:00
parent 307902e2b3
commit 185a4abd23
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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;