diff --git a/airflow/www/static/css/main.css b/airflow/www/static/css/main.css index 9e63eb5ad06ed..50b085ae4509d 100644 --- a/airflow/www/static/css/main.css +++ b/airflow/www/static/css/main.css @@ -64,7 +64,7 @@ div.container { /* If a category has a lot of menu items, we cap it, and add a scroll bar */ .navbar li.dropdown .dropdown-menu { - max-height: 300px; + max-height: 85vh; overflow-y: auto; }