7 lines
133 B
CSS
7 lines
133 B
CSS
.stage {
|
|
height: 100% !important;
|
|
image-rendering: pixelated;
|
|
line-height: 0;
|
|
position: relative;
|
|
width: 100% !important;
|
|
} |