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

Tooltip broken for "randomly picked"/"new" #731

Closed
nonamethanks opened this issue Dec 28, 2022 · 2 comments · Fixed by #738
Closed

Tooltip broken for "randomly picked"/"new" #731

nonamethanks opened this issue Dec 28, 2022 · 2 comments · Fixed by #738

Comments

@nonamethanks
Copy link
Contributor

nonamethanks commented Dec 28, 2022

If you put your mouse over a gallery in the "randomly picked"/"new" archives, the tooltip will appear under the other galleries. This only happens on the left side of the bar (the first few archives depending on your resolution). If you hover on galleries on the right side it works fine.

There's also another issue where the ones that do work, don't overflow so they're cut off by the size of the zone:
image

In this example you can see the url field is getting cut off because the tooltip is bigger than the zone.

Tested on latest chrome + latest docker. On a 1440p screen the first four archives have broken tooltips.

@pastalian
Copy link
Contributor

Rolling back swiper from 8.1.4 to 7.2.0 fixes this issue. It may be due to upstream changes.

@Difegue
Copy link
Owner

Difegue commented Jan 4, 2023

The exact CSS parameter that breaks this is this one.

It doesn't fix the overflow cutoff though, likely because the tooltips can't escape the flexbox... Not really sure how to fix this further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants