10 lines
259 B
SCSS
10 lines
259 B
SCSS
|
.turbolinks-progress-bar {
|
||
|
background: var(--turbolinks-progress-color);
|
||
|
|
||
|
@include media-breakpoint-down('md') {
|
||
|
top: unset !important;
|
||
|
bottom: calc(45px + env(safe-area-inset-bottom)) !important;
|
||
|
position: fixed;
|
||
|
left: 0 !important;
|
||
|
}
|
||
|
}
|