Move turbolinks progressbar to the bottom on tablet and lower

This commit is contained in:
Andreas Nedbal 2022-01-01 20:06:36 +01:00 committed by Andreas Nedbal
parent a04031d8f5
commit 97786e8dec
1 changed files with 7 additions and 0 deletions

View File

@ -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;
}
} }