fix: float footer details above progress bar, always visible

This commit is contained in:
2026-06-12 13:12:59 +08:00
parent 41f929951d
commit 182feacd94

View File

@@ -367,6 +367,7 @@ const tree = computed(() => buildTreeForChapter(currentChapterId.value))
}
.footer-left {
position: relative;
flex: 1;
display: flex;
flex-direction: column;
@@ -393,6 +394,9 @@ const tree = computed(() => buildTreeForChapter(currentChapterId.value))
}
.footer-details {
position: absolute;
bottom: 100%;
left: 20px;
display: flex;
align-items: center;
gap: 16px;