Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into release-2211.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmch91 committed Oct 8, 2024
2 parents 3ea7c09 + 359090a commit 0e10ff2
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
$modal-dialog-margin-sm: 0 !important;

.cx-modal-container {
height: auto !important;
margin-block-start: 80px;
overflow-x: hidden;

Expand All @@ -33,6 +32,11 @@
}

.cx-modal-content {
margin: auto;
@include media-breakpoint-down(sm) {
min-height: 100%;
}

.cx-dialog-header {
outline: 0;
padding-inline-start: 16px;
Expand Down

0 comments on commit 0e10ff2

Please sign in to comment.