docs: hide fumadocs toc scroll indicator dot (#9021)

Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
This commit is contained in:
Taesu
2026-04-08 07:49:35 +09:00
committed by GitHub
parent 2e537df5f7
commit 5e7fd61da0

View File

@@ -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) {
*,