Skip to content

Commit 3933576

Browse files
author
markzegarelli
authored
Merge pull request #1433 from segmentio/fix-agolia-z-index
fix: remove zero z-index property
2 parents 2873251 + 1d4165f commit 3933576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_sass/pages/_docs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
&__navbar {
2121
position: relative;
22-
z-index: 0;
22+
z-index: 1;
2323
padding: 16px 40px;
2424
display: none;
2525

0 commit comments

Comments
 (0)