You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bx--modal-content--overflow-indicator overlays the modal content. It uses a fade, and users would expect to be able to click through it. Therefore it needs to set pointer-events: none. Otherwise it blocks the content beneath it.
Is this issue related to a specific component?
Modal.
What did you expect to happen? What happened instead? What would you like to
see changed?
What browser are you working in?
What version of the Carbon Design System are you using?
What offering/product do you work on? Any pressing ship or release dates we
should be aware of?
What package(s) are you using?
carbon-components
carbon-components-react
Detailed description
carbon/packages/components/src/components/modal/_modal.scss
Line 276 in 2e21f40
bx--modal-content--overflow-indicator
overlays the modal content. It uses a fade, and users would expect to be able to click through it. Therefore it needs to setpointer-events: none
. Otherwise it blocks the content beneath it.Modal.
Steps to reproduce the issue
Additional information
The text was updated successfully, but these errors were encountered: