fix(TOC): hide active overlay when no sections active (#586)
Some checks failed
Code quality / quality (push) Failing after 9s
Build and Check / Astro Check for Node.js 22 (push) Failing after 5s
Build and Check / Astro Check for Node.js 23 (push) Failing after 4s
Build and Check / Astro Build for Node.js 22 (push) Failing after 4s
Build and Check / Astro Build for Node.js 23 (push) Failing after 4s

* fix(TOC): hide active overlay when none active

* fix indentation
This commit is contained in:
rushii
2025-08-08 20:14:35 -07:00
committed by GitHub
parent 4ad55e035c
commit ec4dbfd1e8
2 changed files with 15 additions and 7 deletions

4
.gitignore vendored
View File

@@ -25,3 +25,7 @@ pnpm-debug.log*
package-lock.json
bun.lockb
yarn.lock
# ide
.idea
*.iml