Adjust select menu size for smaller windows

This commit is contained in:
Colin McLeod
2015-07-15 15:31:40 -07:00
parent d2fc526039
commit 82a87cb653

View File

@@ -29,7 +29,7 @@ select {
padding: 0.5em 0;
width: 100%;
margin: 0;
max-height: 550px;
max-height: 400px;
overflow-y: auto;
overflow-x: hidden;
z-index: 0;