Update index.scss (#187)

Fixing a z-index property conflict with the bp3-navbar class identified in #186
This commit is contained in:
echo6ix 2019-11-08 07:46:39 -05:00 committed by Leopere
parent 7416a8237d
commit a3b60e95dd
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}
}