ui: add overflow:hidden to hover buttons to prevent clipping#14302
Merged
ui: add overflow:hidden to hover buttons to prevent clipping#14302
Conversation
Contributor
Author
|
https://stackoverflow.com/questions/6312067/border-radius-background-color-cropped-border has other solutions if this one is not satisfactory. |
Contributor
Author
|
Or: border-start-start-radius: var(--border-radius); |
Contributor
Author
|
The arrowbutton needs the same fix. |
56318f4 to
f56174a
Compare
Darshan-upadhyay1110
approved these changes
Feb 5, 2026
This prevents child elements color to spill out of its parent's border. Signed-off-by: Méven Car <meven.car@collabora.com> Change-Id: Idce0c85be2f4e6e1213b623e946f67196e5be576
f56174a to
c3812b7
Compare
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.
This prevents child elements color to spill out of its parent's border.
Change-Id: Idce0c85be2f4e6e1213b623e946f67196e5be576
Summary
Before:

After:

Checklist
make prettier-writeand formatted the code.make checkmake runand manually verified that everything looks okay