Compare commits

...

1 Commits

Author SHA1 Message Date
Ammar Ahmed
3cc949a1ed mobile: fix position of context menu 2024-04-29 20:07:19 +05:00

View File

@@ -331,7 +331,10 @@ function Header({
<ControlledMenu
align="end"
anchorRef={btnRef}
anchorPoint={{
x: window.innerWidth - 10,
y: 70
}}
state={isOpen ? "open" : "closed"}
menuClassName={menuClassName}
onClose={() => {