Merge pull request #7791 from owncloud/app-setting-auto-scroll

Set overflow-y to auto
This commit is contained in:
Morris Jobke 2014-03-19 01:07:26 +01:00
commit 2aa563b89c
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 {