Parallax fix.

This commit is contained in:
Bob Vandevliet 2024-06-26 17:07:23 +02:00
parent 19977ba3cc
commit 90203c2e96

View file

@ -196,6 +196,7 @@ main>* {
} }
.parallax { .parallax {
position: absolute;
height: 100vh; height: 100vh;
} }