bbovenzi commented on code in PR #40744:
URL: https://github.com/apache/airflow/pull/40744#discussion_r1698866268
##########
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:
Sorry, what I meant is that we need to add the css change I suggested
earlier since we don't want this blue border:
<img width="265" alt="Screenshot 2024-07-31 at 1 28 29 PM"
src="https://github.com/user-attachments/assets/a5282e6f-9e01-4512-a6dd-3b921ba64029">
<img width="420" alt="Screenshot 2024-07-31 at 1 28 35 PM"
src="https://github.com/user-attachments/assets/dc36cfbe-121d-46f3-85b3-8c58c3aa45eb">
What browser are you using that you don't see 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]