Fix menu overflow on mobile screens
authorChocobozzz <me@florianbigard.com>
Mon, 28 Jan 2019 08:55:09 +0000 (09:55 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 28 Jan 2019 08:56:14 +0000 (09:56 +0100)
client/src/app/menu/menu.component.scss

index 24b1a4db3a78f2829d1f1907b2b3ffb2d6236576..f30b8941391b76446aa31b7fe8902e1ccb0e92f4 100644 (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;