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

Commit

Permalink
Fix IE 11
Browse files Browse the repository at this point in the history
fixes #277
  • Loading branch information
ashleydw committed Aug 8, 2018
1 parent 32485eb commit fd1b5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ekko-lightbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ const Lightbox = (($) => {
}

this._$lightboxContainer.css('height', maxHeight)
this._$modalDialog.css('flex', 1).css('maxWidth', width);
this._$modalDialog.css('flex', '1').css('maxWidth', width);

let modal = this._$modal.data('bs.modal');
if (modal) {
Expand Down

0 comments on commit fd1b5f7

Please sign in to comment.