12 lines
172 B
CSS
12 lines
172 B
CSS
.app-container {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
position: relative;
|
|
background-color: white;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.canvas-wrapper {
|
|
width: 100%;
|
|
height: 100%;
|
|
} |