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 {
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user