Add overflow hidden to modal container div (fixes #2576)

pull/574/head
Till Breuer 11 years ago
parent 9b0fed1958
commit f4b013d022
  1. 1
      app/assets/javascripts/modal.js

@ -231,6 +231,7 @@ var ModalHelper = (function() {
var calculatedHeight = jQuery(window).height() * 0.8;
this.modalIframe = modalHelper.writeIframe(modalDiv);
modalDiv.css('overflow', 'hidden');
modalDiv.attr("height", calculatedHeight);
this.modalIframe.attr("height", calculatedHeight);

Loading…
Cancel
Save