fix: Minor positioning fix of Account menu

This commit is contained in:
Tom Moor
2021-07-27 18:16:23 -04:00
parent fc551c91bd
commit d01c40badb

View File

@@ -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,
});