[UI] [main menu] make menu scrollable

Adds a scrollbar as needed to the main menu.

Bug: T218206
Change-Id: I71f75128939eba56dea10a8092b67820736934ce
This commit is contained in:
Stephen Niedzielski 2019-07-31 11:15:27 -06:00
parent 805cc92e73
commit 2c070409f4
1 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,9 @@
#mw-mf-page-left {
background-color: @primaryNavBackgroundColor;
float: left;
min-height: 100%;
height: 100%;
// Add vertical scrollbar as needed.
overflow-y: auto;
.secondary-action {
border: 0;
@ -121,7 +123,6 @@
// the two following properties are needed to override the height set
// by position: fixed fallback on scroll event
min-height: 100%;
height: auto !important;
}
#mw-mf-page-center {