diff --git a/vendor/assets/stylesheets/loading-bar.scss b/vendor/assets/stylesheets/loading-bar.scss index ca9ed85b7..73085a471 100644 --- a/vendor/assets/stylesheets/loading-bar.scss +++ b/vendor/assets/stylesheets/loading-bar.scss @@ -45,10 +45,10 @@ $loading-bar-bg: #254561; // #dff0d8; background: $loading-bar-bg; position: fixed; z-index: 2000; - top: 0; + top: 99%; left: 0; width: 100%; - height: 3px; + height: 4px; border-bottom-right-radius: 1px; border-top-right-radius: 1px; }