mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
NavMenu uses fixed direction
This commit is contained in:
parent
7632d39e1d
commit
abec5d8b6b
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ const NavMenu = (props) => {
|
|||
return (
|
||||
<Popup
|
||||
open={menuOpen}
|
||||
direction={'bottom-left'}
|
||||
onCloseRequest={closeMenu}
|
||||
renderLabel={renderLabel}
|
||||
renderMenu={renderMenu}
|
||||
|
|
|
|||
Loading…
Reference in a new issue