All checks were successful
Build and Publish Docker Image / build (push) Successful in 4m15s
9 lines
123 B
CSS
9 lines
123 B
CSS
#fireflies-canvas {
|
|
position: fixed;
|
|
inset: 0;
|
|
z-index: -1;
|
|
width: 100%;
|
|
height: 100%;
|
|
pointer-events: none;
|
|
}
|