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

[Snackbar] Fix click-through issue in IE11 #8096

Merged
merged 2 commits into from Sep 8, 2017

Conversation

stbenz88
Copy link
Contributor

@stbenz88 stbenz88 commented Sep 8, 2017

set pointer-events to all to fix the behaviour in IE that allows to click through the Snackbar to underlying elements

Closes #8081

set pointer-events to all to fix the behaviour in IE that allows to click through the Snackbar to underlying elements
@oliviertassinari
Copy link
Member

I can't remember why this style was added in the first place. Let's remove it 💃 .

@oliviertassinari oliviertassinari added bug 🐛 Something doesn't work component: snackbar This is the name of the generic UI component, not the React module! PR: accepted labels Sep 8, 2017
@oliviertassinari oliviertassinari changed the title [Snackbar] fix click-through-snackbar issue in IE [Snackbar] Fix click-through issue in IE11 Sep 8, 2017
@oliviertassinari oliviertassinari merged commit 277f3e6 into mui:v1-beta Sep 8, 2017
@oliviertassinari
Copy link
Member

@stbenz88 Thanks

oliviertassinari added a commit that referenced this pull request Sep 18, 2017
* Revert "[Snackbar] Fix click-through issue in IE11 (#8096)"

This reverts commit 277f3e6.

* [Snackbar] Only use the needed space
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: snackbar This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants