bbovenzi commented on code in PR #40744:
URL: https://github.com/apache/airflow/pull/40744#discussion_r1709981438
##########
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:
Are you sure you're committing these css to the right branch?I haven't seen
any css changes since I've commented on this PR. I pulled down your branch and
ran it locally. The blue border still persists.
##########
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:
Are you sure you're committing these css to the right branch? I haven't seen
any css changes since I've commented on this PR. I pulled down your branch and
ran it locally. The blue border still persists.
--
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]