We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8169c0d commit 2903fa9Copy full SHA for 2903fa9
src/components/fields/ComboBox/ComboBox.tsx
@@ -94,9 +94,9 @@ const ComboBoxOverlayElement = tasty({
94
translate: {
95
'': '0 0',
96
'open & [data-placement="top"]': '0 0',
97
- '!open & [data-placement="top"]': '0 (10% + 1x)',
+ '!open & [data-placement="top"]': '0 10%',
98
'open & [data-placement="bottom"]': '0 0',
99
- '!open & [data-placement="bottom"]': '0 (-10% - 1x)',
+ '!open & [data-placement="bottom"]': '0 -10%',
100
},
101
scale: {
102
'': '1 1',
0 commit comments