Merge pull request #7791 from owncloud/app-setting-auto-scroll
Set overflow-y to auto
This commit is contained in:
commit
2aa563b89c
|
@ -189,7 +189,7 @@
|
|||
display: block;
|
||||
/* restrict height of settings and make scrollable */
|
||||
max-height: 300px;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.settings-button {
|
||||
|
|
Loading…
Reference in New Issue