choo121600 opened a new issue, #1220: URL: https://github.com/apache/airflow-site/issues/1220
On the Airflow documentation site, the version selector dropdown doesn’t support scrolling. As a result, it's not possible to access older versions like 2.5.1 and earlier. https://github.com/user-attachments/assets/b0f4d11d-4043-4d55-a39a-7d036ccd56a5 it can fix this by adding the following CSS to the .dropdown-menu: ``` max-height: 300px; overflow-y: auto; ``` This will make the dropdown scrollable and allow users to view all available versions. -- 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]
