We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bb50f commit 166efb1Copy full SHA for 166efb1
jQuery.leanModal2.js
@@ -89,7 +89,7 @@
89
'background: rgba(0, 0, 0, ' +
90
options.overlayOpacity +
91
'); display: none; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 100; ' +
92
- 'align-items: center; justify-content: center;';
+ 'align-items: center; justify-content: center;'
93
var overlay = $('<div id="js-leanmodal-overlay" style="' + style + '"></div>')
94
$('body').append(overlay)
95
}
0 commit comments