summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/apps.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css
index 178f8662811..440b188dc19 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -463,8 +463,11 @@
#app-settings {
position: fixed;
width: 250px; /* change to 100% when layout positions are absolute */
+ max-height: 80%;
bottom: 0;
z-index: 140;
+ overflow-x: hidden;
+ overflow-y: scroll;
}
#app-settings.opened #app-settings-content {
display: block;