From 13f1f105c8f34bf8dd618373826cd6db9f21ccb1 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Tue, 18 Mar 2014 18:25:30 +0100 Subject: Set overflow-y to auto --- core/css/apps.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/css') diff --git a/core/css/apps.css b/core/css/apps.css index 58f2759f69a..0e6a080c9cd 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -189,7 +189,7 @@ display: block; /* restrict height of settings and make scrollable */ max-height: 300px; - overflow-y: scroll; + overflow-y: auto; } .settings-button { -- cgit v1.2.3