@@ -44,6 +44,10 @@ h3 {
text-align: center;
}
+.modal-open {
+ overflow: auto;
+}
+
h1.mainLogo {
margin-bottom: 1em;
@@ -1756,8 +1756,8 @@ var Modal = (function ($) {
this._isShown = true;
- this._checkScrollbar();
- this._setScrollbar();
+// this._checkScrollbar();
+// this._setScrollbar();
$(document.body).addClass(ClassName.OPEN);