Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
adacd8944b | ||
|
|
ea58dab71c |
@@ -1443,7 +1443,7 @@
|
||||
{#if showChapterPanel && audioStore.chapters.length > 0}
|
||||
<ChapterPickerOverlay
|
||||
chapters={audioStore.chapters}
|
||||
activeChapter={chapter}
|
||||
activeChapter={audioStore.chapter}
|
||||
zIndex="z-[60]"
|
||||
onselect={playChapter}
|
||||
onclose={() => { showChapterPanel = false; }}
|
||||
|
||||
@@ -757,7 +757,7 @@
|
||||
<!-- Backdrop for mobile hamburger menu -->
|
||||
{#if menuOpen}
|
||||
<div
|
||||
class="fixed inset-0 z-40 sm:hidden"
|
||||
class="fixed top-14 inset-x-0 bottom-0 z-40 sm:hidden"
|
||||
style="background: rgba(0,0,0,0.6); backdrop-filter: blur(4px);"
|
||||
onpointerdown={() => { menuOpen = false; }}
|
||||
aria-hidden="true"
|
||||
|
||||
Reference in New Issue
Block a user