mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #7791 from owncloud/app-setting-auto-scroll
Set overflow-y to auto
This commit is contained in:
commit
2aa563b89c
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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue