diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-05 15:08:16 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-05 15:08:16 +0100 |
commit | 4a4b32d3258eb446520c6218b35a53fd878a9223 (patch) | |
tree | df26cf368d5bd5f039704d85041931843a5d1eb3 /core/css | |
parent | 859cac197e0284be11f29edda20c10fb5307f4d8 (diff) | |
download | nextcloud-server-4a4b32d3258eb446520c6218b35a53fd878a9223.tar.gz nextcloud-server-4a4b32d3258eb446520c6218b35a53fd878a9223.zip |
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 { |