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 695dad0 commit 2100bbcCopy full SHA for 2100bbc
src/Overflow.tsx
@@ -206,7 +206,7 @@ function Overflow<ItemType = any>(
206
const displayRest = restReady && !!omittedItems.length;
207
208
let suffixStyle: React.CSSProperties = {};
209
- if (suffixFixedStart !== null) {
+ if (suffixFixedStart !== null && isResponsive) {
210
suffixStyle = {
211
position: 'absolute',
212
left: suffixFixedStart,
0 commit comments