Skip to content

Commit

Permalink
correct login menu props
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Nov 27, 2023
1 parent abecb0e commit 38a2b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/LoginMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export default function LoginMenu() {
anchorEl={anchorEl}
open={open}
onClose={handleClose}
anchorOrigin={{vertical: 'left', horizontal: 'center'}}
transformOrigin={{vertical: 'left', horizontal: 'center'}}
anchorOrigin={{vertical: 'top', horizontal: 'center'}}
transformOrigin={{vertical: 'top', horizontal: 'center'}}
PaperProps={{
style: {
left: '300px',
Expand Down

0 comments on commit 38a2b6e

Please sign in to comment.