Fix the position to avoid gaps

This commit is contained in:
Jakub Nowak 2025-02-09 17:23:16 +08:00
parent 4ff79a3e4d
commit b57705e2d6

View file

@ -14,7 +14,9 @@ body {
}
.bg {
position: absolute;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;