fix issues modal-dialog pushes html content to the left

This commit is contained in:
Kaoru FUZITA 2015-11-26 12:40:46 +09:00
parent 5ca01119cc
commit 7acdcb05ef
2 changed files with 6 additions and 2 deletions

View file

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

View file

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