Skip to content

Commit 2903fa9

Browse files
committed
fix(ComboBox): popover transition
1 parent 8169c0d commit 2903fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/fields/ComboBox/ComboBox.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ const ComboBoxOverlayElement = tasty({
9494
translate: {
9595
'': '0 0',
9696
'open & [data-placement="top"]': '0 0',
97-
'!open & [data-placement="top"]': '0 (10% + 1x)',
97+
'!open & [data-placement="top"]': '0 10%',
9898
'open & [data-placement="bottom"]': '0 0',
99-
'!open & [data-placement="bottom"]': '0 (-10% - 1x)',
99+
'!open & [data-placement="bottom"]': '0 -10%',
100100
},
101101
scale: {
102102
'': '1 1',

0 commit comments

Comments
 (0)