diff --git a/services/web/frontend/stylesheets/app/editor.less b/services/web/frontend/stylesheets/app/editor.less index 58ae2a6220..4547381f40 100644 --- a/services/web/frontend/stylesheets/app/editor.less +++ b/services/web/frontend/stylesheets/app/editor.less @@ -51,7 +51,6 @@ bottom: 0; left: 0; right: 0; - z-index: 1; } .global-alerts { diff --git a/services/web/frontend/stylesheets/components/navbar.less b/services/web/frontend/stylesheets/components/navbar.less index 460e0e8685..29d03a7873 100755 --- a/services/web/frontend/stylesheets/components/navbar.less +++ b/services/web/frontend/stylesheets/components/navbar.less @@ -84,7 +84,7 @@ } .navbar-main { - z-index: 2; + z-index: 1; .container-fluid > .navbar-collapse { // High specificity needed to override Bootstrap's default. margin: 10px 0 0;