5 lines
78 B
CSS
5 lines
78 B
CSS
|
|
.anvil-canvas {
|
||
|
|
container-type: inline-size;
|
||
|
|
height: calc(100% - 1rem);
|
||
|
|
}
|