Tuesday, September 15, 2015

Open modal is shifting fixed navbar to the right

Solution:

body.modal-open {
overflow-y: scroll;
padding-right: 0 !important;
}

Reference:
https://github.com/twbs/bootstrap/issues/14040

No comments: