Set overflow-y to auto

remotes/origin/ldap_group_count
Thomas Tanghus 2014-03-18 18:25:30 +07:00
parent f6c3667efa
commit 13f1f105c8
1 changed files with 1 additions and 1 deletions

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