Resize dropdown menu maxheight

This commit is contained in:
AhyoungRyu 2016-06-14 13:08:50 -07:00
parent 6e62e31e08
commit 904acd6a57

View file

@ -137,9 +137,9 @@ body {
}
.scrollable-menu {
height: auto;
max-height: 650px;
overflow-x: hidden;
max-height: 500px;
overflow-y: auto;
overflow-x: auto;
}
.index-header {