Skip to content
Snippets Groups Projects
Unverified Commit fe6f4449 authored by John Molakvoæ's avatar John Molakvoæ Committed by Morris Jobke
Browse files

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: default avatarJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
parent d6b71858
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,10 @@ ...@@ -60,6 +60,10 @@
min-height: 0%; min-height: 0%;
} }
#app-content > [id^='app-content-'] {
max-height: calc(100vh - $header-height);
}
.app-files #app-content { .app-files #app-content {
transition: background-color 0.3s ease; transition: background-color 0.3s ease;
overflow-x: hidden; overflow-x: hidden;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment