Fix z-Index
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2026-04-23 23:43:54 +02:00
parent 01077da029
commit f1d7b60fae

View File

@@ -77,7 +77,7 @@ const featP = "text-neutral-400/85 text-[0.85rem] leading-[1.65] mt-1";
</a>
</div>
<div class="absolute bottom-6 left-1/2 -translate-x-1/2 z-20 w-full max-w-[40rem] px-4">
<div class="absolute bottom-6 left-1/2 -translate-x-1/2 w-full max-w-[40rem] px-4">
<PostComponent post={latestPost} slim={true} />
</div>
</section>