anusha975 opened a new issue, #37986: URL: https://github.com/apache/superset/issues/37986
### Bug description When opening the filter configuration dropdown inside the Explore view, the dropdown component sometimes displays two vertical scrollbars instead of one. This creates: Poor user experience UI inconsistency Confusion while navigating long dropdown lists ### Screenshots/recordings <img width="1600" height="900" alt="Image" src="https://github.com/user-attachments/assets/a4c7c71e-1f6e-4eb5-8cca-06c811829457" /> <img width="3102" height="1586" alt="Image" src="https://github.com/user-attachments/assets/3f0ecdcb-43df-4e32-8492-1e2b6c14c27e" /> <img width="1444" height="1230" alt="Image" src="https://github.com/user-attachments/assets/f516df88-0142-4256-b52a-8940d6dfaf74" /> <img width="2080" height="1200" alt="Image" src="https://github.com/user-attachments/assets/7c0b73b2-07cc-40c7-9b46-baf784194b92" /> <img width="1280" height="333" alt="Image" src="https://github.com/user-attachments/assets/e2ef446d-75d8-4d15-afa6-6b250d52249a" /> ### Superset version master / latest-dev ### Python version 3.9 ### Node version 16 ### Browser Chrome ### Additional context This issue appears only when the dropdown contains a large number of values. The problem is reproducible in the Explore view while configuring filters. It may be related to nested containers having overflow-y: auto or conflicting height constraints. The issue seems more noticeable on smaller screen resolutions or when the browser zoom level is reduced. No console errors are observed while reproducing the issue. The behavior appears consistent across Chrome and Edge browsers. ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
