10 lines
125 B
CSS
10 lines
125 B
CSS
|
.canvasContainer {
|
||
|
min-height: 80vh;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.canvasContainer canvas {
|
||
|
width: 100%;
|
||
|
max-width: 800px;
|
||
|
}
|