This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 475a8f2 [MINOR][DOC] Fix document UI left menu broken
475a8f2 is described below
commit 475a8f2e2639fde28787d58b50c1d38f9a9c05ed
Author: Yuanjian Li <[email protected]>
AuthorDate: Thu Feb 6 14:58:53 2020 -0800
[MINOR][DOC] Fix document UI left menu broken
### What changes were proposed in this pull request?
Fix the left menu broken introduced in #25459.
### Why are the changes needed?
The `left-menu-wrapper` CSS reused for both ml-guide and
sql-programming-guide, the before changes will break the UI.
Before:



After:



### Does this PR introduce any user-facing change?
Document UI change only.
### How was this patch tested?
Local test, screenshot attached below.
Closes #27479 from xuanyuanking/doc-ui.
Authored-by: Yuanjian Li <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 4804445327f06ae3a26365d8f110f06ea07eb637)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
docs/css/main.css | 2 --
1 file changed, 2 deletions(-)
diff --git a/docs/css/main.css b/docs/css/main.css
index e24dff8..dc05d28 100755
--- a/docs/css/main.css
+++ b/docs/css/main.css
@@ -211,8 +211,6 @@ a.anchorjs-link:hover { text-decoration: none; }
float: left;
position: fixed;
overflow-y: scroll;
- top: 0;
- bottom: 0;
}
.left-menu {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]