choo121600 commented on code in PR #1524:
URL: https://github.com/apache/airflow-site/pull/1524#discussion_r3232629282
##########
landing-pages/site/assets/scss/_navbar.scss:
##########
@@ -19,13 +19,17 @@
@import "colors";
@import "media";
-.navbar {
- position: fixed;
+header {
+ position: sticky;
top: 0;
+ z-index: 32;
+}
+
+.navbar {
+ position: static;
width: 100%;
background-color: white;
border-bottom: solid 1px map-get($colors, very-light-pink);
- z-index: 32;
Review Comment:
Could you explain why this change is needed?
--
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]