Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 1f7c35e

Browse files
committed
mobile support selecting type
1 parent 2132085 commit 1f7c35e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/styles/PopperStyles.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ export const PopperTypesStyleModifiers = () => {
1414
enabled: true,
1515
options: {
1616
altAxis: true,
17-
altBoundary: true,
17+
altBoundary: false,
1818
tether: true,
1919
rootBoundary: 'document',
2020
padding: 8,
2121
},
2222
},
23+
{
24+
name: 'arrow',
25+
enabled: true,
26+
}
2327
]
2428
}

0 commit comments

Comments
 (0)