diff --git a/aio/src/styles/2-modules/_progress-bar.scss b/aio/src/styles/2-modules/_progress-bar.scss index 36a4c751f0..bf9e6480cf 100644 --- a/aio/src/styles/2-modules/_progress-bar.scss +++ b/aio/src/styles/2-modules/_progress-bar.scss @@ -2,11 +2,7 @@ height: 2px; overflow: hidden; position: fixed; - top: 64px; + top: 0; width: 100vw; - z-index: 5; - - @media (max-width: 600px) { - top: 56px; - } -} \ No newline at end of file + z-index: 11; +}