Make topbar sticky

This commit is contained in:
Piotr Rogowski 2021-03-23 20:41:23 +01:00
parent 80c8c4c08e
commit d16dcefcec
No known key found for this signature in database
GPG Key ID: F40F61D5587F5673
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@
// border-bottom-style: solid;
box-shadow: 0px 0px 20px 0px #0000001c, 5px 5px 15px 5px rgb(0 0 0 e('/') 4%);
z-index: @bars-z-index;
position: sticky;
top: 0;
width: 100%;
}
.app-sidebar {