ender-overlay
ender-overlay copied to clipboard
Results
2
ender-overlay issues
Sort by
recently updated
recently updated
newest added
With a visible vertical scrollbar, when overlay (with a mask) is opened, the size of the mask will force browser to show horizontal scrollbar. You can reproduce this on the...
For example, if I create an overlay with following code ``` javascript var box = $('#overlay').overlay({ allowMultipleDisplay: false, // Also the default value. onBeforeClose: function() { console.log("Close triggered"); } });...