use `md` breakpoint instead of `sm` for the progress bar
This commit is contained in:
parent
97786e8dec
commit
46855eb43f
|
@ -1,7 +1,7 @@
|
||||||
.turbolinks-progress-bar {
|
.turbolinks-progress-bar {
|
||||||
background: var(--turbolinks-progress-color);
|
background: var(--turbolinks-progress-color);
|
||||||
|
|
||||||
@include media-breakpoint-down('sm') {
|
@include media-breakpoint-down('md') {
|
||||||
top: unset !important;
|
top: unset !important;
|
||||||
bottom: 0 !important;
|
bottom: 0 !important;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Reference in New Issue