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

Thoughts on hiding the overlay? #48

Closed
AndrewRayCode opened this issue Jun 23, 2015 · 6 comments
Closed

Thoughts on hiding the overlay? #48

AndrewRayCode opened this issue Jun 23, 2015 · 6 comments

Comments

@AndrewRayCode
Copy link
Contributor

There are some cases in my app where I'd like to not have the overlay behind the modal. Because the (position: fixed) styles are set as inline on the overlay, I cannot override them with overlayClassName to massage the overlay into being hidden.

@zdfs
Copy link

zdfs commented Aug 6, 2015

Would modifying the CSS work (to be transparent) or do you want a prop that controls the creation of the overlay?

@AndrewRayCode
Copy link
Contributor Author

I want to be able to click on things behind the modal (think a dialog in an editor). might try transparent + pointer events

@zdfs
Copy link

zdfs commented Aug 6, 2015

Ah. It might be better to have a prop then that dictates whether the overlay is made or not. Probably a cleaner solution.

@weixing2014
Copy link

@delvarworld Do you figure out how to implement it? I had the same question. Thanks!

@claydiffrient
Copy link
Contributor

There hasn't been much traction on this issue in over a year. I'm assuming that this is no longer an issue. If it is, please feel free to re-open.

@KingZee
Copy link

KingZee commented May 21, 2019

I would like a fix to this issue. I want to control css of the overlay independly from the modal content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants