Explorar el Código

fix issues modal-dialog pushes html content to the left

Kaoru FUZITA hace 9 años
padre
commit
7acdcb05ef
Se han modificado 2 ficheros con 6 adiciones y 2 borrados
  1. 4 0
      src/main/webapp/css/style.css
  2. 2 2
      src/main/webapp/js/bootstrap.js

+ 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);