fix(astro): positioning of inspection tooltip in RTL mode #11081
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.
Changes
In RTL mode (
<body dir="rtl">
the inspection tooltip tend to overflow on the left side of the page.This pull request contains a fix for that, which will make sure the tooltip stays in the viewport.
Before:
Nagranie.z.ekranu.2024-05-17.o.09.15.52.mov
After:
Nagranie.z.ekranu.2024-05-17.o.09.16.16.mov
Closes #11044
Testing
Playwright test was added to make sure the tooltip stays in the viewport in all edge-cases (corners).
Note: There is one thing I am not fully satisfied with. I couldn't use visibility ratio of
1
(fully visible), because for some reason elements positioned absolutely overflow plus scrollbar is being displayed without reason. If anyone has an idea how to prevent that, please share it 🙏Docs
No update needed.