bbovenzi commented on code in PR #28561:
URL: https://github.com/apache/airflow/pull/28561#discussion_r1059082676


##########
airflow/www/static/css/main.css:
##########
@@ -61,11 +61,19 @@ div.container {
   color: #e2d2e2;
 }
 
+/* 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;
+  overflow-y: auto;
+}
+
 .navbar-nav li.dropdown:hover > .dropdown-menu,
 .navbar-nav li.dropdown:focus-within > .dropdown-menu {
   display: block;
 }
 
+

Review Comment:
   Linting doesn't like this extra new line



-- 
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]

Reply via email to