Skip to content

Commit

Permalink
fix: main spacing in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
hcarmonas committed Jun 21, 2022
1 parent 3a7573d commit 6097a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/scss/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
}

.wrapper {
@apply mx-auto bg-white rounded z-10;
@apply mx-auto bg-white rounded z-10 flex flex-col;
height: calc(100vh - 32px);
width: calc(100vw - 32px);

main {
@apply text-small text-grayPrimary;
@apply text-small text-grayPrimary flex-1;

.overflow {
@apply pr-2 overflow-hidden overflow-y-auto;
Expand Down

0 comments on commit 6097a4b

Please sign in to comment.