2021-04-04 07:23:11 -07:00
|
|
|
.turbolinks-progress-bar {
|
|
|
|
background: var(--turbolinks-progress-color);
|
2022-01-01 11:06:36 -08:00
|
|
|
|
2022-01-01 13:21:15 -08:00
|
|
|
@include media-breakpoint-down('md') {
|
2022-01-01 11:06:36 -08:00
|
|
|
top: unset !important;
|
2022-01-01 13:42:37 -08:00
|
|
|
bottom: calc(45px + env(safe-area-inset-bottom)) !important;
|
2022-01-01 11:06:36 -08:00
|
|
|
position: fixed;
|
|
|
|
left: 0 !important;
|
|
|
|
}
|
2021-04-04 07:23:11 -07:00
|
|
|
}
|