2 changes: 1 addition & 1 deletion assets/contao/js/core-uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ var Backend =
*/
openModalIframe: function(options) {
var opt = options || {};
var max = (window.getSize().y-180).toInt();
var max = (window.getSize().y-131).toInt();
if (!opt.height || opt.height > max) opt.height = max;
var M = new SimpleModal({
'width': opt.width,
Expand Down
Loading