feat: set anchorOrigin horizontal center
This commit is contained in:
@@ -343,7 +343,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