From f75d63bf0782cf2a9d3774e9216b0dddb1b30c98 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sat, 1 Jan 2022 22:34:19 +0100 Subject: [PATCH] Show progressbar at the top of mobile navbar --- app/assets/stylesheets/overrides/_turbolinks.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/overrides/_turbolinks.scss b/app/assets/stylesheets/overrides/_turbolinks.scss index aea750b8..4f3a0560 100644 --- a/app/assets/stylesheets/overrides/_turbolinks.scss +++ b/app/assets/stylesheets/overrides/_turbolinks.scss @@ -3,7 +3,7 @@ @include media-breakpoint-down('md') { top: unset !important; - bottom: 0 !important; + bottom: 45px !important; position: fixed; left: 0 !important; }