fix: y overflow in sections

This commit is contained in:
Guz
2024-12-17 22:57:08 -03:00
parent cee778160f
commit d642ac4333

View File

@@ -156,7 +156,7 @@ templ (p *Home) page() {
></span>
</main>
<section
class="relative py-20 bg-heropattern bg-black bg-top w-full h-100vh flex justify-center overflow-x-hidden snap-center"
class="relative py-20 bg-heropattern bg-black bg-top w-full h-100vh flex justify-center overflow-x-hidden overflow-y-hidden snap-center"
id="worldbuilding"
aria-labelledby="worldbuilding-title"
>
@@ -194,7 +194,7 @@ templ (p *Home) page() {
</div>
</section>
<footer
class={ "relative w-full h-100vh bg-heropattern bg-black bg-top overflow-x-hidden snap-center",
class={ "relative w-full h-100vh bg-heropattern bg-black bg-top overflow-x-hidden overflow-y-hidden nap-center",
"flex items-end md:justify-center md:items-center" }
id="footer"
aria-label="contact"