From a3b60e95dd49f53b774529d69a1988e1baecba03 Mon Sep 17 00:00:00 2001 From: echo6ix <37937507+echo6ix@users.noreply.github.com> Date: Fri, 8 Nov 2019 07:46:39 -0500 Subject: [PATCH] Update index.scss (#187) Fixing a z-index property conflict with the bp3-navbar class identified in #186 --- ui/v2/src/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/v2/src/index.scss b/ui/v2/src/index.scss index 4905a813e..4c69301f0 100755 --- a/ui/v2/src/index.scss +++ b/ui/v2/src/index.scss @@ -91,7 +91,7 @@ code { position: absolute; padding-left: 15px; margin-top: -12px; - z-index: 10; + z-index: 9; opacity: 0.5; } @@ -313,4 +313,4 @@ span.block { margin-bottom: 5px; } -} \ No newline at end of file +}