aditya0yadav opened a new issue, #45633: URL: https://github.com/apache/airflow/issues/45633
### Apache Airflow version 2.10.4 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? There is an overflow issue occurring with the action button in the user interface when it is clicked, particularly in the 'Dag Run' and 'Task Instances' sections. This issue also extends to other menu items in the navbar's browse section. When the action button is triggered, the content that is supposed to appear may exceed the designated space or container, causing the layout to break or display improperly. This results in a poor user experience, as the button and associated elements may become inaccessible, overlapping with other content, or pushing elements outside of their intended boundaries. The overflow problem may affect both the visibility and usability of the interface, especially when the action button is used frequently or in a dynamic context where the content size fluctuates. Additionally, this issue may not be isolated to the aforementioned sections but could affect other areas of the application where similar buttons or menus are implemented, leading to inconsisten t behavior throughout the site or application. Resolving this overflow issue is critical to ensure a smooth and visually coherent user experience across all areas of the interface. ### What you think should happen instead? When the dropdown is clicked, it should appear above the list section (such as "List Dag Run" or others) to prevent any display issues. Currently, only two options are visible at a time, but for a better user experience, the dropdown should display at least six options at once. ### How to reproduce This problem occurs due to the incorrect use of the CSS overflow property. ### Operating System mac-os, codesoace ### Versions of Apache Airflow Providers pip freeze | grep apache-airflow-provider ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
