v.2.8.1
Adds the modal-open
class to body
when modal is open. Add the following SCSS in order to prevent background scrolling:
body.modal-open {
overflow: hidden;
}
Adds the modal-open
class to body
when modal is open. Add the following SCSS in order to prevent background scrolling:
body.modal-open {
overflow: hidden;
}