Revert positioning.

This commit is contained in:
Paulo Gustavo Veiga 2022-10-23 19:06:18 -07:00
parent ca4fab7687
commit 624cb6ce0e

View File

@ -111,7 +111,6 @@ export const ToolbarSubmenu = (props: {
<Popover <Popover
role="submenu" role="submenu"
open={open} open={open}
style={{ zIndex: 1000 }}
onClose={() => setOpen(false)} onClose={() => setOpen(false)}
anchorEl={itemRef.current} anchorEl={itemRef.current}
container={itemRef.current} container={itemRef.current}