Fixed scrolling in app list

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-12-08 18:08:56 +01:00 committed by Morris Jobke
parent d3c324cc9b
commit a1b4869774
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 12 additions and 3 deletions

View File

@ -910,12 +910,20 @@ kbd {
#app-content-wrapper { #app-content-wrapper {
display: flex; display: flex;
position: relative;
align-items: start;
height: 100%;
width: 100%;
.app-content-list,
.app-content-detail {
min-height: 100%;
max-height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
} }
.app-content-list { .app-content-list {
width: 300px; width: 300px;
min-height: 100%;
overflow-x: hidden;
overflow-y: auto;
border-right: 1px solid nc-darken($color-main-background, 8%); border-right: 1px solid nc-darken($color-main-background, 8%);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -931,6 +939,7 @@ kbd {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
align-items: center; align-items: center;
flex: 0 0 auto;
/* Icon fixes */ /* Icon fixes */
&, &,