Increased dropdown max height

This commit is contained in:
Phil Hughes 2016-03-11 16:30:58 +00:00
parent 6c69868cfc
commit 9f8661987d

View file

@ -294,7 +294,7 @@
}
.dropdown-content {
max-height: 200px;
max-height: 215px;
overflow-y: scroll;
}