feat: set transformOrigin horizontal center
This commit is contained in:
@@ -347,7 +347,7 @@ export const NavBar: React.FC<NavBarProps> = ({
|
|||||||
}}
|
}}
|
||||||
transformOrigin={{
|
transformOrigin={{
|
||||||
vertical: 'top',
|
vertical: 'top',
|
||||||
horizontal: 'right',
|
horizontal: 'center',
|
||||||
}}
|
}}
|
||||||
PaperProps={{ sx: { width: '180px' } }}
|
PaperProps={{ sx: { width: '180px' } }}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user