Browse Source

restrict height of settings and make scrollable

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 13 years ago
parent
commit
4a4b32d325
  1. 3
      core/css/apps.css

3
core/css/apps.css

@ -187,6 +187,9 @@
}
#app-settings.open #app-settings-content {
display: block;
/* restrict height of settings and make scrollable */
max-height: 300px;
overflow-y: scroll;
}
.settings-button {

Loading…
Cancel
Save