fix: Minor positioning fix of Account menu
This commit is contained in:
@@ -73,6 +73,7 @@ const AppearanceMenu = React.forwardRef((props, ref) => {
|
||||
|
||||
function AccountMenu(props: Props) {
|
||||
const menu = useMenuState({
|
||||
unstable_offset: [8, 0],
|
||||
placement: "bottom-start",
|
||||
modal: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user