fix(react): keep sidebar tooltips visible - #1014
Open
aswanth-07 wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
aswanth-07
marked this pull request as ready for review
August 9, 2026 09:12
Member
Signed-off-by: aswanth-07 <a.aswanth0707@gmail.com>
aswanth-07
force-pushed
the
fix/938-sidebar-tooltips
branch
from
August 9, 2026 12:38
51525a1 to
c66e95e
Compare
Member
|
@aswanth-07 I'm sure there's a CSS only solution to this either here or upstream. One that doesn't clip, and doesn't misalign |
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
Why
The table of contents
<dl>must remain vertically scrollable, but that makes it a clipping ancestor for CSS pseudo-element tooltips. Moving the anchor to the full heading row avoided the clipping while producing the odd alignment noted in review.The stability badge is now a small hydrated island. Its tooltip renders under
document.body, so it is no longer a descendant of the scrolling<dl>and remains aligned with the badge.Fixes #938.
Validation
npm run format:check: passednpm run lint: passed with three pre-existing warnings and no errors