Skip to content

Commit

Permalink
modal height css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-prakash committed Jul 1, 2022
1 parent d9b7de4 commit 6dd2250
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/shaper_helixultimate/scss/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2518,4 +2518,11 @@ body.contentpane.com-contact.view-contacts.layout-modal {
// J3 radio button fix
.form-check-inline label.form-check-label.btn {
padding: 0.375rem 3px;
}

// Modal iFrame height fix
.modal-body {
.iframe {
min-height: 60vh !important;
}
}

0 comments on commit 6dd2250

Please sign in to comment.