From 4a4b32d3258eb446520c6218b35a53fd878a9223 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 5 Mar 2014 15:08:16 +0100 Subject: [PATCH] restrict height of settings and make scrollable --- core/css/apps.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/css/apps.css b/core/css/apps.css index f68f53d699..58f2759f69 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 {