Skip to content

Commit

Permalink
Tooltip: Update the threshold value to match with the offset (#2733)
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup authored Mar 28, 2024
1 parent c0ee58b commit 6fe410b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/great-flies-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/view-components": patch
---

Tooltip: Update the threshold value to match with the offset
2 changes: 1 addition & 1 deletion app/components/primer/alpha/tool_tip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class ToolTipElement extends HTMLElement {
display: block;
right: 0;
left: 0;
height: 12px;
height: var(--overlay-offset, 0.25rem);
content: "";
}
Expand Down

0 comments on commit 6fe410b

Please sign in to comment.