diff options
-rw-r--r-- | core/css/apps.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |