From f4a05a5ffdbafe879d4f917f52493563355a75df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BB=97=20Tr=E1=BB=8Dng=20H=E1=BA=A3i?= <41283691+hainenber@users.noreply.github.com> Date: Sat, 22 Mar 2025 23:52:10 +0700 Subject: [PATCH] fix(docs): scrollable table of content right bar in Superset docs (#32801) Signed-off-by: hainenber --- docs/src/styles/custom.css | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/styles/custom.css b/docs/src/styles/custom.css index 40ac1ad8e23..7f18f0d3abc 100644 --- a/docs/src/styles/custom.css +++ b/docs/src/styles/custom.css @@ -58,7 +58,6 @@ ul.dropdown__menu svg { --ifm-code-font-size: 95%; --ifm-menu-link-padding-vertical: 12px; --doc-sidebar-width: 350px !important; - --ifm-navbar-height: none; --ifm-font-family-base: Roboto; --ifm-footer-background-color: #173036; --ifm-footer-color: #87939a;