mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
fix empty space on virtual scroll layout when the header has no content on folder page
This commit is contained in:
committed by
Mungai Njoroge
parent
8fe99a9b44
commit
9cbaa7ecff
@@ -3,7 +3,7 @@
|
||||
<div
|
||||
v-bind="containerProps"
|
||||
style="height: calc(100vh - 4.25rem)"
|
||||
:style="{ paddingTop: headerHeight - 64 + 16 + 'px' }"
|
||||
:style="{ paddingTop: !no_header ? headerHeight - 64 + 16 + 'px' : 0 }"
|
||||
@scroll="handleScroll"
|
||||
>
|
||||
<div v-bind="wrapperProps" class="scrollable">
|
||||
|
||||
Reference in New Issue
Block a user