use `md` breakpoint instead of `sm` for the progress bar

This commit is contained in:
Andreas Nedbal 2022-01-01 22:21:15 +01:00 committed by Andreas Nedbal
parent 97786e8dec
commit 46855eb43f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
.turbolinks-progress-bar {
background: var(--turbolinks-progress-color);
@include media-breakpoint-down('sm') {
@include media-breakpoint-down('md') {
top: unset !important;
bottom: 0 !important;
position: fixed;