fix scrollbar in settings area in Firefox, improve on @pgys pull request

pull/2107/head
Jan-Christoph Borchardt 2016-11-14 11:46:38 +07:00 committed by Morris Jobke
parent 0e699c4d14
commit c72db8589e
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 1 additions and 6 deletions

@ -463,12 +463,10 @@
#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.open #app-settings-content,
#app-settings.opened #app-settings-content {
display: block;
}
@ -476,9 +474,6 @@
display: none;
padding: 10px;
background-color: #fff;
}
#app-settings.open #app-settings-content {
display: block;
/* restrict height of settings and make scrollable */
max-height: 300px;
overflow-y: auto;