Fixed sticky controls

since controls are not directly into the scollable element (app-content)
we need to make the parent the scrollable element (app-content-files)

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-07-06 11:46:20 +02:00 committed by Morris Jobke
parent d6b718584e
commit fe6f444928
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@
min-height: 0%;
}
#app-content > [id^='app-content-'] {
max-height: calc(100vh - $header-height);
}
.app-files #app-content {
transition: background-color 0.3s ease;
overflow-x: hidden;