You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by sr...@apache.org on 2022/02/23 14:27:13 UTC

[superset] branch master updated: docs: fix toc position scroll bug (#18868) (#18878)

This is an automated email from the ASF dual-hosted git repository.

srini pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 0edb979  docs: fix toc position scroll bug (#18868) (#18878)
0edb979 is described below

commit 0edb97907f72ffe889b0a636b5fa905a78ee32f0
Author: Michael Zusev <73...@users.noreply.github.com>
AuthorDate: Wed Feb 23 09:25:46 2022 -0500

    docs: fix toc position scroll bug (#18868) (#18878)
---
 docs/src/css/custom.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css
index f92be7f..548a903 100644
--- a/docs/src/css/custom.css
+++ b/docs/src/css/custom.css
@@ -38,6 +38,10 @@
   --ifm-navbar-height: none;
 }
 
+.theme-doc-toc-desktop {
+  position: fixed !important;
+}
+
 .docusaurus-highlight-code-line {
   background-color: rgba(0, 0, 0, 0.1);
   display: block;