uros-b commented on code in PR #56424:
URL: https://github.com/apache/spark/pull/56424#discussion_r3441966460
##########
docs/css/custom.css:
##########
@@ -13,6 +13,10 @@ body {
padding-top: var(--navbar-height);
}
+body.has-left-nav {
+ overflow-x: hidden;
+}
Review Comment:
Is this really necessary, or is the z-index fix sufficient? The
stacking-order + opaque-background change alone already stops the visual
overlap.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]