-
Notifications
You must be signed in to change notification settings - Fork 37
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
Chrome Version 115.0.5790.102 seems to have broken positioning... #180
Comments
I am also facing the same issue |
this may help popper-content {
.ngxp__container {
display: block!important;
position: absolute;
left: 0;
top: 0;
opacity: 0;
&[aria-hidden="true"] {
visibility: hidden;
}
}
} |
Thanks @gertot that worked for me. |
@gertot worked here :) |
awesome @gertot your hotfix works! |
@gertot - It worked for me as well, thanks !!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@MrFrankel,
I am on windows 11, chrome just updated to Version 115.0.5790.102 last night or this morning. Edge and Firefox are okay.
Edge:
Chrome:
Oddly, after resizing chrome a few pixels, either horizontally or vertically, the popper jumps back to the left, but goes too far:
The text was updated successfully, but these errors were encountered: