Skip to content

Commit 47d0edd

Browse files
authored
fix(sidenav): fix sideNav z-index (#71)
1 parent 54c8a28 commit 47d0edd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/style/layout.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
position: fixed;
8888
top: 0;
8989
bottom: 0;
90-
z-index: 10;
90+
z-index: 200;
9191
transition: all 0.3s;
9292
min-height: 100%;
9393

0 commit comments

Comments
 (0)