8 lines
112 B
CSS
8 lines
112 B
CSS
#EggsIndex .canvasBox canvas {
|
|
position: absolute;
|
|
inset: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1;
|
|
}
|