Skip to content

Commit ec63d4e

Browse files
committed
ensure nav btn top level in all viewports
1 parent 2468b4e commit ec63d4e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/assets/stylesheets/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@ button.navbar-toggle {
8888
color: #fff;
8989
}
9090

91+
#navbar-toggle {
92+
z-index: 1000;
93+
}
94+
95+
#debug-toggle {
96+
z-index: 1000;
97+
}
98+
9199
.responsive-navbar {
92100
width: 100%;
93101
}

0 commit comments

Comments
 (0)