diff --git a/src/components/chapter/ChapterList.tsx b/src/components/chapter/ChapterList.tsx index f910436d..1388ac4b 100644 --- a/src/components/chapter/ChapterList.tsx +++ b/src/components/chapter/ChapterList.tsx @@ -83,7 +83,7 @@ export const ChapterList = ({ const isMobileWidth = MediaQuery.useIsBelowWidth('md'); - const [chapterListHeaderHeight, setChapterListHeaderHeight] = useState(0); + const [chapterListHeaderHeight, setChapterListHeaderHeight] = useState(50); const [chapterListHeaderRef, setChapterListHeaderRef] = useState(null); useResizeObserver( chapterListHeaderRef,