fix: float footer details above progress bar, always visible
This commit is contained in:
@@ -367,6 +367,7 @@ const tree = computed(() => buildTreeForChapter(currentChapterId.value))
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer-left {
|
.footer-left {
|
||||||
|
position: relative;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -393,6 +394,9 @@ const tree = computed(() => buildTreeForChapter(currentChapterId.value))
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer-details {
|
.footer-details {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 100%;
|
||||||
|
left: 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
|
|||||||
Reference in New Issue
Block a user