Skip to content

Commit 385db8d

Browse files
committed
fix: use logical suffix offset for rtl overflow
1 parent 6efcec0 commit 385db8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Overflow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ function Overflow<ItemType = any>(
318318
if (suffixFixedStart !== null && shouldResponsive) {
319319
suffixStyle = {
320320
position: 'absolute',
321-
left: suffixFixedStart,
322321
top: 0,
322+
insetInlineStart: suffixFixedStart,
323323
};
324324
}
325325

0 commit comments

Comments
 (0)