Kaynağa Gözat

fix issues modal-dialog pushes html content to the left

Kaoru FUZITA 9 yıl önce
ebeveyn
işleme
7acdcb05ef

+ 4 - 0
src/main/webapp/css/style.css

@@ -44,6 +44,10 @@ h3 {
 	text-align: center;
 }
 
+.modal-open {
+	overflow: auto;
+}
+
 h1.mainLogo {
 	margin-bottom: 1em;
 }

+ 2 - 2
src/main/webapp/js/bootstrap.js

@@ -1756,8 +1756,8 @@ var Modal = (function ($) {
 
         this._isShown = true;
 
-        this._checkScrollbar();
-        this._setScrollbar();
+//        this._checkScrollbar();
+//        this._setScrollbar();
 
         $(document.body).addClass(ClassName.OPEN);