Skip to content

Commit 45a873b

Browse files
authored
fix(components): fix Checkbox in Safari (#1510)
1 parent 8567d60 commit 45a873b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/gold-rabbits-fix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@launchpad-ui/components": patch
3+
---
4+
5+
Fix `Checkbox` in Safari

packages/components/src/styles/Checkbox.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
gap: var(--lp-spacing-200);
2323
font: var(--lp-text-label-1-regular);
2424
align-items: flex-start;
25+
position: relative;
2526

2627
&[data-focus-visible] {
2728
& .box {

0 commit comments

Comments
 (0)