From 5e7fd61da065d900afc6bc20caadd63caee0808e Mon Sep 17 00:00:00 2001 From: Taesu <166604494+bytaesu@users.noreply.github.com> Date: Wed, 8 Apr 2026 07:49:35 +0900 Subject: [PATCH] docs: hide fumadocs toc scroll indicator dot (#9021) Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com> --- docs/app/globals.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/app/globals.css b/docs/app/globals.css index 80fad3129e..82fdf56d95 100644 --- a/docs/app/globals.css +++ b/docs/app/globals.css @@ -879,6 +879,15 @@ figure.shiki > div:first-child, border-radius: 0 !important; } +/* Hide TOC scroll indicator dot */ +.docs-layout #nd-toc + div.absolute.size-1.bg-fd-primary.rounded-full.transition-transform, +.docs-layout + [data-toc-popover] + div.absolute.size-1.bg-fd-primary.rounded-full.transition-transform { + display: none !important; +} + /* Respect prefers-reduced-motion for accessibility (WCAG 2.3.3) */ @media (prefers-reduced-motion: reduce) { *,