1
0
Fork 0

Need zIndex

This commit is contained in:
Lim Chee Aun 2023-04-26 13:59:54 +08:00
parent 960ce07501
commit 5bbb268731

View file

@ -84,6 +84,9 @@ function NavMenu(props) {
toggleMenu(false);
}}
containerProps={{
style: {
zIndex: 10,
},
onClick: () => {
toggleMenu(false);
},