Skip to content

Commit 251ccdc

Browse files
committedApr 14, 2025
fix checkbox too
1 parent cb9afb1 commit 251ccdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/@react-spectrum/s2/src/Checkbox.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export const CheckboxContext = createContext<ContextValue<Partial<CheckboxProps>
4545

4646
const wrapper = style({
4747
display: 'flex',
48+
position: 'relative',
4849
columnGap: 'text-to-control',
4950
alignItems: 'baseline',
5051
width: 'fit',

0 commit comments

Comments
 (0)