v11.2.7
·
468 commits
to master
since this release
Components
- fix(popup): Nested Popups using
useDisableBodyScroll
(#3225) (@NicholasBoll)
Popups usinguseDisableBodyScroll
, includingModal
s now use a CSS class conditionally applied to thedocument.body
element instead of setting theoverflow: hidden;
style directly.!important
is used to win over any other style applied to thedocument.body
.