mirror of https://github.com/VERT-sh/VERT.git
Page scroll padding on the bottom
This commit is contained in:
parent
d9f7bb5591
commit
3b4caddd7a
|
@ -104,7 +104,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="w-full max-w-screen-lg h-full grid grid-cols-1 grid-rows-1 relative pb-20"
|
||||
class="w-full max-w-screen-lg h-full grid grid-cols-1 grid-rows-1 relative"
|
||||
>
|
||||
{#key data.pathname}
|
||||
<div class="w-full h-full">
|
||||
|
@ -137,7 +137,9 @@
|
|||
},
|
||||
}}
|
||||
>
|
||||
{@render children()}
|
||||
<div class="pb-20">
|
||||
{@render children()}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/key}
|
||||
|
|
|
@ -121,7 +121,6 @@
|
|||
{/if}
|
||||
</div>
|
||||
{/each}
|
||||
<div class="w-full h-4 flex-shrink-0"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue