mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-16 06:58:46 +00:00
디렉터리 페이지에서, 항목이 많을 때 레이아웃이 깨지던 버그 수정
This commit is contained in:
@@ -6,8 +6,10 @@
|
||||
</script>
|
||||
|
||||
<div class="flex h-screen w-full flex-col justify-between">
|
||||
<AdaptiveDiv>
|
||||
{@render children()}
|
||||
</AdaptiveDiv>
|
||||
<div class="flex-grow">
|
||||
<AdaptiveDiv>
|
||||
{@render children()}
|
||||
</AdaptiveDiv>
|
||||
</div>
|
||||
<BottomBar />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user