sai-ganesh-03 commented on code in PR #40744:
URL: https://github.com/apache/airflow/pull/40744#discussion_r1699428611


##########
airflow/www/static/css/main.css:
##########
@@ -288,10 +288,20 @@ label[for="timezone-other"],
   font-weight: normal;
 }
 
+#timezone-menu {
+  overflow-x: hidden;
+}
+
 #timezone-menu ul.typeahead.dropdown-menu {
   max-height: 200px;
   overflow-y: auto;
   overflow-x: hidden;
+  border: none;

Review Comment:
   @bbovenzi 
   I already added those css changes, that's why i'm not getting the blue border
   



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