Skip to content

Commit

Permalink
revert margins for the dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
gfellerph committed Oct 8, 2024
1 parent df30dca commit 3021bb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/styles/src/components/dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dialog {
max-width: 590px;
max-height: 90vh;
overflow: auto;
margin: revert;
overscroll-behavior: contain;
border: 2px solid var(--post-contrast-color); // Ensures good contrast when bg is dark against dark backdrop

Expand Down

0 comments on commit 3021bb0

Please sign in to comment.