Skip to content

Commit 51540c7

Browse files
committed
example: fix menu z-index in sample app
1 parent cf1fc54 commit 51540c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/sample-app/src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body {
1818
width: 100%;
1919
height: 100%;
2020
position: fixed;
21-
z-index: 1;
21+
z-index: 1000;
2222
}
2323

2424
.menu-close {

0 commit comments

Comments
 (0)