mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +01:00
Need zIndex
This commit is contained in:
parent
960ce07501
commit
5bbb268731
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ function NavMenu(props) {
|
||||||
toggleMenu(false);
|
toggleMenu(false);
|
||||||
}}
|
}}
|
||||||
containerProps={{
|
containerProps={{
|
||||||
|
style: {
|
||||||
|
zIndex: 10,
|
||||||
|
},
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
toggleMenu(false);
|
toggleMenu(false);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue