Skip to content
This repository was archived by the owner on May 22, 2020. It is now read-only.

Commit fd1b5f7

Browse files
committed
Fix IE 11
fixes #277
1 parent 32485eb commit fd1b5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ekko-lightbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ const Lightbox = (($) => {
650650
}
651651

652652
this._$lightboxContainer.css('height', maxHeight)
653-
this._$modalDialog.css('flex', 1).css('maxWidth', width);
653+
this._$modalDialog.css('flex', '1').css('maxWidth', width);
654654

655655
let modal = this._$modal.data('bs.modal');
656656
if (modal) {

0 commit comments

Comments
 (0)