mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-22 05:55:42 -05:00
🌱 a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites
`overflow: hidden` on `.folder-outer > ul` creates a scroll container that traps wheel/touchpad events. When the cursor hovers over article links inside folders, the browser tries to scroll this container first. Since it can't actually scroll (content is clipped for the collapse animation), the events are consumed and never reach the parent `ul.overflow` scroll container. `overflow: clip` provides the same visual clipping needed for the `grid-template-rows: 0fr/1fr` collapse animation without creating a scroll container, allowing wheel events to propagate normally. Symptoms: explorer sidebar scrolls with touchpad when hovering over folder titles, but not when hovering over article names within folders. |
||
|---|---|---|
| .github | ||
| content | ||
| docs | ||
| quartz | ||
| .gitattributes | ||
| .gitignore | ||
| .node-version | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| CODE_OF_CONDUCT.md | ||
| Dockerfile | ||
| globals.d.ts | ||
| index.d.ts | ||
| LICENSE.txt | ||
| package-lock.json | ||
| package.json | ||
| quartz.config.ts | ||
| quartz.layout.ts | ||
| README.md | ||
| tsconfig.json | ||
Quartz v4
“[One] who works with the door open gets all kinds of interruptions, but [they] also occasionally gets clues as to what the world is and what might be important.” — Richard Hamming
Quartz is a set of tools that helps you publish your digital garden and notes as a website for free.
🔗 Read the documentation and get started: https://quartz.jzhao.xyz/