Skip to content

Commit

Permalink
fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 5, 2020
1 parent a9a2da4 commit e7bcb58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const useStyles = makeStyles((theme) => ({
dropdown: {
position: 'fixed',
width: 200,
top: 0,
left: 0,
top: '50%',
left: '50%',
transform: 'translate(-50%, -50%)',
border: '1px solid',
padding: theme.spacing(1),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const useStyles = makeStyles((theme: Theme) =>
dropdown: {
position: 'fixed',
width: 200,
top: 0,
left: 0,
top: '50%',
left: '50%',
transform: 'translate(-50%, -50%)',
border: '1px solid',
padding: theme.spacing(1),
Expand Down

0 comments on commit e7bcb58

Please sign in to comment.