mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Move turbolinks progressbar to the bottom on tablet and lower
This commit is contained in:
parent
a04031d8f5
commit
97786e8dec
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
.turbolinks-progress-bar {
|
||||
background: var(--turbolinks-progress-color);
|
||||
|
||||
@include media-breakpoint-down('sm') {
|
||||
top: unset !important;
|
||||
bottom: 0 !important;
|
||||
position: fixed;
|
||||
left: 0 !important;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue