fix issues modal-dialog pushes html content to the left
This commit is contained in:
parent
5ca01119cc
commit
7acdcb05ef
2 changed files with 6 additions and 2 deletions
|
@ -44,6 +44,10 @@ h3 {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.modal-open {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
h1.mainLogo {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
|
4
src/main/webapp/js/bootstrap.js
vendored
4
src/main/webapp/js/bootstrap.js
vendored
|
@ -1756,8 +1756,8 @@ var Modal = (function ($) {
|
|||
|
||||
this._isShown = true;
|
||||
|
||||
this._checkScrollbar();
|
||||
this._setScrollbar();
|
||||
// this._checkScrollbar();
|
||||
// this._setScrollbar();
|
||||
|
||||
$(document.body).addClass(ClassName.OPEN);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue