mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-23 22:15:49 +00:00
fix(Footer): z index missing in the footer
This commit is contained in:
parent
c76b948e62
commit
53b07dddb7
@ -37,7 +37,7 @@
|
|||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer class="text-neutral-content px-4 md:px-20 py-10 text-sm bg-[#111111]">
|
<footer class="text-neutral-content px-4 md:px-20 py-10 text-sm relative z-10">
|
||||||
<div class=" flex justify-between items-center">
|
<div class=" flex justify-between items-center">
|
||||||
<div class="">
|
<div class="">
|
||||||
<a href="/" rel="noreferrer">
|
<a href="/" rel="noreferrer">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user