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

This commit is contained in:
MLH
2024-12-31 03:55:11 +01:00
parent e70b05ec84
commit 68d1572cd3
2 changed files with 10 additions and 13 deletions

View File

@ -1,15 +1,12 @@
.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 {