Skip to content

Commit

Permalink
fix: remove fixed height from review modal body
Browse files Browse the repository at this point in the history
Remove height:100% property from modal body content to prevent content from sticking to bottom of page and allow proper spacing
  • Loading branch information
milad-emami authored and CodeWithEmad committed Nov 20, 2024
1 parent c15680c commit f5208c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/containers/ReviewModal/ReviewModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
padding: inherit;

& > div.pgn__modal-body-content {
height: 100%;

.row {
height: 100%;
}
Expand Down

0 comments on commit f5208c5

Please sign in to comment.