Fix CSFloat listing age tooltip clipping#136
Open
rodekva wants to merge 1 commit into
Open
Conversation
Owner
|
Hey, can you provide some more information on how to reproduce this clipping bug? Doesn't seem to happen for me on the latest Chrome version with BetterFloat v.3.6.0. |
Author
|
Sure, I can reproduce it on Brave. I attached a short screen recording. Setup:
Steps:
brave_aHRqffaLpD.mp4After applying the PR CSS change, the same hover shows the full tooltip above the neighboring card. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.betterfloat-listing-ageinside CSFloat item cards.Root Cause
The listing-age tooltip is rendered with an absolutely positioned hint.css pseudo-element inside the listing card. Adjacent listing cards can paint above it, clipping or covering the date tooltip when cards sit next to each other.

Validation
npx --yes pnpm@10.33.0 exec biome ci src/css/csfloat_styles.csspasses.Notes
pnpm lintcurrently fails on existing unrelated repo-wide Biome issues in other files.pnpm buildreaches Plasmo but fails in this public checkout because~lib/handlers/selectors/skinout_selectorsis missing fromsrc/contents/haloskins/index.ts.