Skip to content

v11.2.7

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Apr 19:09
· 468 commits to master since this release

Components

  • fix(popup): Nested Popups using useDisableBodyScroll (#3225) (@NicholasBoll)
    Popups using useDisableBodyScroll, including Modals now use a CSS class conditionally applied to the document.body element instead of setting the overflow: hidden; style directly. !important is used to win over any other style applied to the document.body.