reynoldmorel opened a new pull request, #36963: URL: https://github.com/apache/superset/pull/36963
### SUMMARY When zooming in any page (150% to 200% zoom), the dropdown filter popup was positioning over the dropdown input creating a bad user experience when manipulating the dropdown component ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF <!--- Skip this if not applicable --> BEFORE: <img width="2047" height="1073" alt="89550_1" src="https://github.com/user-attachments/assets/35cc7807-3664-4405-a196-23d530d5ffd2" /> The dropdown covers the input box, preventing any filtering or selection via typing. This breaks basic usability on smaller screens. <img width="2048" height="1061" alt="89550_2" src="https://github.com/user-attachments/assets/93970066-8254-4f18-b905-a0dcb2b17052" /> AFTER https://github.com/user-attachments/assets/cc873446-2f35-4bb6-ab20-4216d48c9a0a ### TESTING INSTRUCTIONS <!--- Required! What steps can be taken to manually verify the changes? --> ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [x] Has associated issue: https://github.com/apache/superset/issues/34135 - [ ] Required feature flags: - [x] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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]
