Skip to content

Commit b4283ef

Browse files
committed
chore: update select picker menu portal z index
1 parent 84f3893 commit b4283ef

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • src/Shared/Components/SelectPicker

src/Shared/Components/SelectPicker/utils.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,10 @@ export const getCommonSelectStyle = <OptionValue, IsMulti extends boolean>({
371371
lineHeight: '20px',
372372
...(singleValue(base, state) || {}),
373373
}),
374+
menuPortal: (base) => ({
375+
...base,
376+
zIndex: 2,
377+
}),
374378
}
375379
}
376380

0 commit comments

Comments
 (0)