Skip to content

Commit cd4d37c

Browse files
IanSkelskeytmccanna
authored andcommitted
LP#2131151: Fix modal height and background styling issues
This removes the min-height constraint for large and extra-large modals and eliminates redundant background color selectors that were causing visual artifacts. Release-Note: Remove trailing space from modals and strange background artifacts near corners and edges Signed-off-by: Ian Skelskey <[email protected]> Signed-off-by: Scott Angel <[email protected]> Signed-off-by: Michele Morgan <[email protected]> Signed-off-by: Jane Sandberg <[email protected]> Signed-off-by: Steven Mayo <[email protected]> Signed-off-by: Blake GH <[email protected]> Signed-off-by: Terran McCanna <[email protected]>
1 parent 9598151 commit cd4d37c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Open-ILS/src/eg2/src/styles.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -514,12 +514,8 @@ body>.dropdown-menu {z-index: 2100;}
514514
@media (min-width: 1600px) { .modal-xl { max-width: 1500px; } }
515515
@media (min-width: 1700px) { .modal-xl { max-width: 1600px; } }
516516

517-
.modal-lg, .modal-xl {
518-
min-height: 60vh;
519-
}
520-
521517
/* Default modal background color */
522-
.modal-dialog, .modal-body {
518+
.modal-body {
523519
background-color: var(--modal-body-bg);
524520
}
525521

0 commit comments

Comments
 (0)