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