Skip to content

Commit c40127e

Browse files
committed
fix nav z index
1 parent d95df27 commit c40127e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ h1 {
4646
text-align: center;
4747
position: sticky;
4848
top: 0;
49-
z-index: 99999;
49+
z-index: 10;
5050
background-color: #fff;
5151
}
5252

0 commit comments

Comments
 (0)