Skip to content

Commit 100f055

Browse files
committed
IE11 fixes for .modal-flex
1 parent 362e6c3 commit 100f055

File tree

1 file changed

+2
-1
lines changed
  • src/Presentation/SmartStore.Web/Content/bootstrap/custom

1 file changed

+2
-1
lines changed

src/Presentation/SmartStore.Web/Content/bootstrap/custom/custom.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ th label {
535535
}
536536

537537
.modal-body {
538-
max-height: initial;
538+
max-height: none;
539539
overflow-y: auto;
540540
overflow-x: hidden;
541541
.display-flex();
@@ -561,6 +561,7 @@ th label {
561561

562562
.modal-flex-fill-area {
563563
//overflow: hidden;
564+
min-height: 100%;
564565
-webkit-box-flex: 1;
565566
-webkit-flex: 1;
566567
-ms-flex: 1;

0 commit comments

Comments
 (0)