* add fireworks * fix weird search background color due to canvas overlay * prevent going off small screens
8 lines
101 B
CSS
8 lines
101 B
CSS
.fireworks {
|
|
z-index: 0;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
} |