Skip to content

Commit

Permalink
modal height fix (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
sikhote authored Jan 13, 2025
1 parent 28b6f2a commit 7a224b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modal/styles/CdrModal.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $modal-animation-duration: 150ms;
}

inset: 0;
height: 100%;
height: 100vh;
overflow-y: scroll;
position: fixed;
visibility: visible;
Expand Down

0 comments on commit 7a224b9

Please sign in to comment.