Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit d286aff

Browse files
fix: navbar z-index
1 parent 212ab01 commit d286aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/theme/global.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ p {
5858

5959
.navbar {
6060
@include heading-font();
61-
z-index: 1;
61+
z-index: 3;
6262

6363
.navbar-toggler {
6464
button {
@@ -98,7 +98,7 @@ p {
9898
background-color: white;
9999
border-color: rgba($gray-darker, 0.05);
100100
@include transition-all();
101-
z-index: 1;
101+
z-index: 3;
102102

103103
.navbar-brand {
104104
a {

0 commit comments

Comments
 (0)