diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-09 01:22:51 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-09 01:22:51 +0100 |
commit | 9a31e533130ed6902719051bb854d0994d6ff86b (patch) | |
tree | b0523b736e3e2e94d0c7e4d820a9e1a9af5aed03 /core/css | |
parent | 3eb58d9973706b1cc3f51f024e362779d278ee49 (diff) | |
parent | 4a4b32d3258eb446520c6218b35a53fd878a9223 (diff) | |
download | nextcloud-server-9a31e533130ed6902719051bb854d0994d6ff86b.tar.gz nextcloud-server-9a31e533130ed6902719051bb854d0994d6ff86b.zip |
Merge pull request #7567 from owncloud/apps-scroll-settings
restrict height of settings and make scrollable
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/apps.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index f68f53d6999..58f2759f69a 100644 --- a/core/css/apps.css +++ b/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 { |