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:
parent
d6b718584e
commit
fe6f444928
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue