feat: set transformOrigin horizontal center

This commit is contained in:
amhsirak
2025-02-01 16:11:42 +05:30
parent a80b58b653
commit ef8fd5d2af

View File

@@ -393,7 +393,7 @@ export const NavBar: React.FC<NavBarProps> = ({
}} }}
transformOrigin={{ transformOrigin={{
vertical: "top", vertical: "top",
horizontal: "right", horizontal: "center",
}} }}
> >
<MenuItem <MenuItem