Created by: krasnoperov
Solution for #8768 (closed). Using only css, as noted by @fat at #9021
Issues:
- Double scroll is shown when Modal is opening.
This is fixed by enabling scroll for Modal only when body has
.modal-open
class. - Page shifts, because of killing body scroll.
This is fixed by wrapping whole page into
.modal-scrollfix
, which has scroll space when body has no scroll. Fix also aware about.navbar-fixed-*
.
Solution works pretty good, but I am not sure is additional wrapper good for Bootstrap or not. So you can decide.