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:
pgys 2016-10-29 13:12:28 +02:00
parent e48fa1c337
commit bd7abc2d0a

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;