llphxd commented on code in PR #56424:
URL: https://github.com/apache/spark/pull/56424#discussion_r3452652345


##########
docs/css/custom.css:
##########
@@ -13,6 +13,10 @@ body {
   padding-top: var(--navbar-height);
 }
 
+body.has-left-nav {
+  overflow-x: hidden;
+}

Review Comment:
   Thanks @uros-b ! I'd originally added overflow-x: hidden defensively — to 
also kill the page-level horizontal scrollbar — but you're right that it's 
redundant: the z-index + opaque background on the nav, plus overflow-x: auto on 
the content, already fix the overlap. And dropping it avoids clipping 
legitimately wide content. Removed it and updated the PR. 👍



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

Reply via email to