Skip to content

Commit

Permalink
Fix Dialog styling
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethasok committed Oct 25, 2023
1 parent 740416b commit a600ab7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Dialog/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ const ContentArea = styled(RadixDialog.Content)`
width: 75%;
max-width: 670px;
position: fixed;
top: 25%;
margin-top: 20%;
top: 50%;
left: 50%;
max-height: 75%;
overflow: auto;
Expand Down

0 comments on commit a600ab7

Please sign in to comment.