fix chromium based browers error, where particles expanded the view-screen

This commit is contained in:
MLH
2024-12-31 03:27:56 +01:00
parent 11921421db
commit 10e774878c
2 changed files with 11 additions and 13 deletions

View File

@@ -1,17 +1,15 @@
.fireworks {
position: absolute;
position: fixed;
overflow: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
/* activate the following for fixed positioning */
/*position: fixed;*/
/*overflow: hidden;*/
}
.rocket-trail {
position: absolute;
left: var(--trailX);