mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 02:27:06 +01:00
Tweak: use fixed position for navbar (#8279)
This commit is contained in:
parent
56ef263540
commit
2e6f85cc3a
2 changed files with 8 additions and 1 deletions
|
|
@ -48,6 +48,13 @@
|
|||
|
||||
main {
|
||||
transition: all .2s ease;
|
||||
padding-top: 110px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
main {
|
||||
padding-top: 56px;
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-slim-toggler {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue