Merge pull request #7567 from owncloud/apps-scroll-settings

restrict height of settings and make scrollable
This commit is contained in:
Jan-Christoph Borchardt 2014-03-09 01:22:51 +01:00
commit 9a31e53313
1 changed files with 3 additions and 0 deletions

View File

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