From ef77b23888f9ba01ac8fef46699cb190ff714ea3 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Fri, 8 Apr 2022 10:07:32 +0100 Subject: [PATCH] Increase z-index of full-size and navbar-main components (#7286) GitOrigin-RevId: dec7c507f896a7775fdf71784ad60a8645b2474d --- services/web/frontend/stylesheets/app/editor.less | 1 + services/web/frontend/stylesheets/components/navbar.less | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/app/editor.less b/services/web/frontend/stylesheets/app/editor.less index 4547381f40..58ae2a6220 100644 --- a/services/web/frontend/stylesheets/app/editor.less +++ b/services/web/frontend/stylesheets/app/editor.less @@ -51,6 +51,7 @@ 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 29d03a7873..460e0e8685 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: 1; + z-index: 2; .container-fluid > .navbar-collapse { // High specificity needed to override Bootstrap's default. margin: 10px 0 0;