Skip to content

Commit e499344

Browse files
committed
fix(packages/shared-components): temporarily open selection question inputs to the top to avoid interference with resizable
1 parent 6428d79 commit e499344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/shared-components/src/questions/SELECTIONAnswerOptions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function SELECTIONAnswerOptions({
8989
isClearable
9090
id={`selection-${elementIx}-field-${Number(inputIndex)}`}
9191
instanceId={`selection-${elementIx}-field-${Number(inputIndex)}`}
92-
menuPlacement="auto"
92+
menuPlacement="top"
9393
isDisabled={disabled}
9494
value={
9595
selectedValue !== -1 &&

0 commit comments

Comments
 (0)