fixed overflowing behaviour

This commit is contained in:
Ludwig Lehnert 2025-04-14 22:56:51 +02:00
parent 145774b2ad
commit 513258cd03

View File

@ -163,7 +163,10 @@
style="position: absolute; height: 100vh; width: 100vw; z-index: 0;" style="position: absolute; height: 100vh; width: 100vw; z-index: 0;"
></svg> ></svg>
<div id="stars" style="position: absolute; z-index: 2;"></div> <div
id="stars"
style="position: absolute; z-index: 2; height: 100vh; width: 100vw; overflow-x: hidden;"
></div>
<main style="position: relative; z-index: 1;"> <main style="position: relative; z-index: 1;">
<h1>Hey, I'm Ludwig 🚀</h1> <h1>Hey, I'm Ludwig 🚀</h1>