Skip to content

Commit e7fb72c

Browse files
committed
fix: Dropdown not auto adjust placement, close #5391
1 parent 2feab99 commit e7fb72c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/dropdown/dropdown.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ const Dropdown = defineComponent({
136136

137137
const builtinPlacements = getPlacements({
138138
arrowPointAtCenter: typeof arrow === 'object' && arrow.pointAtCenter,
139+
autoAdjustOverflow: true,
139140
});
140141
const dropdownProps = omit(
141142
{

0 commit comments

Comments
 (0)