Remove default list bullets from TOC

This commit is contained in:
2025-11-18 23:36:27 +08:00
parent 7a6cd55c42
commit dadb5dce5c

View File

@@ -104,7 +104,7 @@ export function PostToc() {
style={{ top: `${indicator.top}px`, opacity: indicator.opacity }}
aria-hidden="true"
/>
<ul ref={listRef} className="space-y-1">
<ul ref={listRef} className="list-none space-y-1">
{items.map((item) => (
<li
key={item.id}