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

Add-on popup is positioned out of browser window bounds #115

Open
heitoragm opened this issue Jan 22, 2024 · 0 comments
Open

Add-on popup is positioned out of browser window bounds #115

heitoragm opened this issue Jan 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@heitoragm
Copy link

Describe the bug
Add-on popups are been placed out of browser window, making it only possible to click on accept button which is still inside of window bounds.

Expected behavior
The add-on popups should be visible and interactive inside of browser window.

Screenshots
swappy-20240121_235143

I don't know if I get it right but it seems like the popups are trying to position near the Extensions menu, which is hidden. I don't know either if this only happens in my environment but I'm leaving it here anyway. I could fix this by editing the chrome/includes/cascade-config.css file and adding the following line at 111:

/* Fixes Popups position when Extensions Menu Icon is hidden */
#notification-popup { margin: 1em -30em !important; }

Here's the result:
swappy-20240121_235313

And that was the outcome:
swappy-20240121_234849

By the way, that's a great project and sorry about my English skills.

@heitoragm heitoragm added the bug Something isn't working label Jan 22, 2024
@heitoragm heitoragm changed the title Add-on popup is positioned out of browser window bound Add-on popup is positioned out of browser window bounds Jan 22, 2024
@unseen-ninja unseen-ninja removed their assignment Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants