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