feat: set anchorOrigin horizontal center
This commit is contained in:
@@ -485,7 +485,7 @@ export const NavBar: React.FC<NavBarProps> = ({
|
||||
onClose={handleMenuClose}
|
||||
anchorOrigin={{
|
||||
vertical: "bottom",
|
||||
horizontal: "right",
|
||||
horizontal: "center",
|
||||
}}
|
||||
transformOrigin={{
|
||||
vertical: "top",
|
||||
|
||||
Reference in New Issue
Block a user