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

rusackas 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 f4a05a5ffd fix(docs): scrollable table of content right bar in 
Superset docs (#32801)
f4a05a5ffd is described below

commit f4a05a5ffdbafe879d4f917f52493563355a75df
Author: Đỗ Trọng Hải <41283691+hainen...@users.noreply.github.com>
AuthorDate: Sat Mar 22 23:52:10 2025 +0700

    fix(docs): scrollable table of content right bar in Superset docs (#32801)
    
    Signed-off-by: hainenber <dotrongha...@gmail.com>
---
 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 40ac1ad8e2..7f18f0d3ab 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;

Reply via email to