I am working with a unique drag-and-drop multi-select dropdown that only has a unique control ID. The issue I am facing is that when the dropdown is initially opened, the scroll bar is at the top. However, after scrolling down and closing the dropdown, the next time it is opened, the scroll bar remains in the previous position.
Is there a way to ensure that the scroll bar is always at the top whenever the dropdown is opened? Any CSS properties or solutions would be greatly appreciated. Thank you in advance.