react-component / select

React Select
https://select.react-component.now.sh/
MIT License
892 stars 452 forks source link

dropdown container doesnt set correct alignment on scroll #958

Open al1khavari opened 12 months ago

al1khavari commented 12 months ago

i had a dropdown inside my scrollable container when I scroll until the bottom of dropdown , it loses the alignment

https://github.com/react-component/select/assets/29811719/de4c04b0-1a12-496f-8d1b-8feb52ee6d4f

and that's my props for alignment

dropdownAlign={{ offset: [0, 0], overflow: { adjustY: false, adjustX: false, }, }}