mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-22 06:16:18 -05:00
docs: hide fumadocs toc scroll indicator dot (#9021)
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
This commit is contained in:
@@ -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) {
|
||||
*,
|
||||
|
||||
Reference in New Issue
Block a user