fix: remove fixed height from review modal body

Remove height:100% property from modal body content to prevent content from sticking to bottom of page and allow proper spacing
This commit is contained in:
milad-emami
2024-11-06 14:01:31 +03:30
committed by Emad Rad
parent c15680cb8c
commit f5208c58aa

View File

@@ -5,8 +5,6 @@
padding: inherit;
& > div.pgn__modal-body-content {
height: 100%;
.row {
height: 100%;
}