mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-21 13:19:22 +01:00
Test if this fixes submenu not opening
This commit is contained in:
parent
32fb406629
commit
49fa48bd28
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ function NavMenu(props) {
|
||||||
}}
|
}}
|
||||||
{...props}
|
{...props}
|
||||||
overflow="auto"
|
overflow="auto"
|
||||||
viewScroll="close"
|
// viewScroll="close"
|
||||||
position="anchor"
|
position="anchor"
|
||||||
align="center"
|
align="center"
|
||||||
boundingBoxPadding={boundingBoxPadding}
|
boundingBoxPadding={boundingBoxPadding}
|
||||||
|
|
Loading…
Reference in a new issue