Skip to content

Fix arrow shoulder corners bleeding outside tooltip border#1263

Open
Copilot wants to merge 9 commits intomasterfrom
copilot/fix-border-overlap-issue
Open

Fix arrow shoulder corners bleeding outside tooltip border#1263
Copilot wants to merge 9 commits intomasterfrom
copilot/fix-border-overlap-issue

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 6, 2026

  • Add clip-path: polygon(0% 100%, 100% 0%, 100% 100%) to .arrow class in core-styles.module.css to eliminate the square shoulder corners that protrude when thick borders are used
  • Remove accidentally committed package-lock.json and restore yarn.lock to original state
  • All 44 existing tests pass with no snapshot changes

Copilot AI changed the title [WIP] Fix border overlap issue with thicker borders Fix arrow shoulder corners bleeding outside tooltip border Apr 6, 2026
Copilot AI requested a review from danielbarion April 6, 2026 14:21
@danielbarion
Copy link
Copy Markdown
Member

@copilot please remove the yarn.lock and package-lock.json changes you did.

Copy link
Copy Markdown
Author

Copilot AI commented Apr 6, 2026

@copilot please remove the yarn.lock and package-lock.json changes you did.

Done — removed package-lock.json and restored yarn.lock to its original state in bc8a20c.

@danielbarion danielbarion marked this pull request as ready for review April 6, 2026 14:41
@danielbarion danielbarion force-pushed the copilot/fix-border-overlap-issue branch from a21ce01 to 1cf6434 Compare April 6, 2026 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Thicker borders cause arrow border to overlap container

2 participants