mirror of https://github.com/VERT-sh/VERT.git
fix: dropdown/toasts covered by footer
This commit is contained in:
parent
ca32c573a6
commit
16e6e1050f
|
@ -180,7 +180,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<!-- FIXME: if user resizes between desktop/mobile, highlight of page disappears (only shows on original size) -->
|
<!-- FIXME: if user resizes between desktop/mobile, highlight of page disappears (only shows on original size) -->
|
||||||
<div class="z-50">
|
<div>
|
||||||
<!-- Mobile logo -->
|
<!-- Mobile logo -->
|
||||||
<div class="flex md:hidden justify-center items-center pb-8 pt-4">
|
<div class="flex md:hidden justify-center items-center pb-8 pt-4">
|
||||||
<a
|
<a
|
||||||
|
@ -203,7 +203,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="grid grid-rows-1 grid-cols-1 h-full flex-grow z-50">
|
<div class="grid grid-rows-1 grid-cols-1 h-full flex-grow">
|
||||||
{#key page.url.pathname}
|
{#key page.url.pathname}
|
||||||
<div
|
<div
|
||||||
class="row-start-1 col-start-1"
|
class="row-start-1 col-start-1"
|
||||||
|
@ -244,7 +244,7 @@
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="z-50">
|
<div>
|
||||||
<div
|
<div
|
||||||
class="hidden md:block w-full h-14 border-t border-separator fixed bottom-0 mt-12"
|
class="hidden md:block w-full h-14 border-t border-separator fixed bottom-0 mt-12"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue