restricted the height of the settings area in core/css/apps.css to max 80%
Signed-off-by: pgys <info@pexlab.space>
This commit is contained in:
parent
e48fa1c337
commit
bd7abc2d0a
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue