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

Chrome Version 115.0.5790.102 seems to have broken positioning... #180

Open
cosmoKenney opened this issue Jul 21, 2023 · 7 comments
Open

Comments

@cosmoKenney
Copy link

@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:
edge-popper
Chrome:
chrome-popper
Oddly, after resizing chrome a few pixels, either horizontally or vertically, the popper jumps back to the left, but goes too far:
chrome-popper-after-resize

@cosmoKenney
Copy link
Author

cosmoKenney commented Jul 21, 2023

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:
chrome-tippy

@vedd
Copy link

vedd commented Jul 24, 2023

I am also facing the same issue

@gertot
Copy link

gertot commented Jul 26, 2023

this may help

popper-content {
    .ngxp__container {
        display: block!important;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;

        &[aria-hidden="true"] {
            visibility: hidden;
        }
    }
}

@AkshayTrimbake
Copy link

Thanks @gertot that worked for me.

@leonardosuave
Copy link

@gertot worked here :)

@djurango
Copy link

djurango commented Aug 3, 2023

awesome @gertot your hotfix works!

@Sanket-Pati
Copy link

@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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants