For Bootstrap, you might try this (working on
Firefox
,Chrome
andMicrosoft Edge
) :
body.modal-open {
overflow: hidden;
position:fixed;
width: 100%;
}
Hope this helps...
For Bootstrap, you might try this (working on
Firefox
,Chrome
andMicrosoft Edge
) :
body.modal-open {
overflow: hidden;
position:fixed;
width: 100%;
}
Hope this helps...