Set overflow-y to auto

This commit is contained in:
Thomas Tanghus 2014-03-18 18:25:30 +01:00
parent f6c3667efa
commit 13f1f105c8
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@
display: block;
/* restrict height of settings and make scrollable */
max-height: 300px;
overflow-y: scroll;
overflow-y: auto;
}
.settings-button {