Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bx--modal-content--overflow-indicator should ignore mouse events #5809

Closed
1 of 2 tasks
yinglejia opened this issue Apr 6, 2020 · 0 comments · Fixed by #5816
Closed
1 of 2 tasks

bx--modal-content--overflow-indicator should ignore mouse events #5809

yinglejia opened this issue Apr 6, 2020 · 0 comments · Fixed by #5816
Assignees

Comments

@yinglejia
Copy link

yinglejia commented Apr 6, 2020

What package(s) are you using?

  • carbon-components
  • carbon-components-react

Detailed description

Describe in detail the issue you're having.

.#{$prefix}--modal-content--overflow-indicator {

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.

image

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?

Steps to reproduce the issue

  1. Step one
  2. Step two
  3. Step three
  4. etc.

Please create a reduced test case in CodeSandbox

Additional information

  • Screenshots or code
  • Notes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants