mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 14:49:08 +01:00
Show progressbar at the top of mobile navbar
This commit is contained in:
parent
46855eb43f
commit
f75d63bf07
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
@include media-breakpoint-down('md') {
|
@include media-breakpoint-down('md') {
|
||||||
top: unset !important;
|
top: unset !important;
|
||||||
bottom: 0 !important;
|
bottom: 45px !important;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue