Move turbolinks progressbar to the bottom on tablet and lower
This commit is contained in:
parent
a04031d8f5
commit
97786e8dec
|
@ -1,3 +1,10 @@
|
||||||
.turbolinks-progress-bar {
|
.turbolinks-progress-bar {
|
||||||
background: var(--turbolinks-progress-color);
|
background: var(--turbolinks-progress-color);
|
||||||
|
|
||||||
|
@include media-breakpoint-down('sm') {
|
||||||
|
top: unset !important;
|
||||||
|
bottom: 0 !important;
|
||||||
|
position: fixed;
|
||||||
|
left: 0 !important;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue