Skip to content

v.2.8.1

Compare
Choose a tag to compare
@rkillackey rkillackey released this 19 Jun 20:09
· 53 commits to master since this release

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;
}