ngx-popper
ngx-popper copied to clipboard
Chrome Version 115.0.5790.102 seems to have broken positioning...
@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:
Note, I am also using Tippy.js (for tool-tips) which depends on @popperjs/core. The positioning of Tippy not effected as far as I can tell.
Chrome Tippy:
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 !!!