-
Notifications
You must be signed in to change notification settings - Fork 80
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
Pop-up hidden if host page styles div as position: relative
#959
Comments
melink14
added a commit
that referenced
this issue
Apr 7, 2022
- Add an important `all: revert` to the light dome style attribute - Hide and show popup based on display of shadow container instead of light container. This prevents conflicts with light container reset and is more resiliant to changes to the light container. - Adds new condition to ignore styles test and a test which ensures visibility check is accurate. Fixes #959
melink14
added a commit
that referenced
this issue
Apr 7, 2022
- Add an important `all: revert` to the light dom style attribute - Hide and show popup based on display of shadow container instead of light container. This prevents conflicts with light container reset and is more resiliant to changes to the light container. - Adds new condition to ignore styles test and a test which ensures visibility check is accurate. Fixes #959 Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
🎉 This issue has been resolved in version 2.3.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was reported via CWS as seen on instagram.
I as thinking that the outer div didn't matter but of course the absolute positioning of the shadow popup is affected if it's inside a relative positioned parent.
I think setting resetting all styles on the shadow host to:
all: revert !important
should be good to ensure we start with a blank slate for non inheritable properties.The text was updated successfully, but these errors were encountered: