mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 15:21:48 +03: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);
|
||||
}}
|
||||
containerProps={{
|
||||
style: {
|
||||
zIndex: 10,
|
||||
},
|
||||
onClick: () => {
|
||||
toggleMenu(false);
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue