Browse Source

restricted the height of the settings area in core/css/apps.css to max 80%

Signed-off-by: pgys <info@pexlab.space>
tags/v11.0RC2
pgys 7 years ago
parent
commit
bd7abc2d0a
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      core/css/apps.css

+ 3
- 0
core/css/apps.css View File

@@ -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;

Loading…
Cancel
Save