mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
Make menu disappear when scroll
This commit is contained in:
parent
5911eb8033
commit
e24beaffac
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ function NavMenu(props) {
|
|||
target: document.body,
|
||||
}}
|
||||
{...props}
|
||||
viewScroll="close"
|
||||
menuButton={
|
||||
<button type="button" class="button plain">
|
||||
<Icon icon="menu" size="l" />
|
||||
|
|
Loading…
Reference in a new issue