-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Portal should support setting classname on .pt-portal element #1007
Comments
|
moving where |
yeah, that would be an API break. can't do that in 1.x. |
Hi. I'm trying to organize the portals by z-index, but this is not possible with the portalClassName property, because portalClassName is inside from .pt-portal div. Is there a way to apply changes on demand in the .pt-portal class of each div? Regards. |
No, you shouldn't have to control z-index of popovers. Why do you need to do this? Do you have multiple popovers open at once? |
We have a group of buttons that have tooltips, when you click, a popover is displayed with a component. While the popover is displayed, the tooltips are below the popover, we need the tooltips always to be above, because that's what the design requires. We are looking for ways to handle this. |
fixed in #2205 |
can't change the behavior of
portalClassName
, so this will have to be a new prop that deprecates that oneThe text was updated successfully, but these errors were encountered: