You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.instanceContainer {
|
|
|
|
}
|
|
|
|
.canvasContainer {
|
|
width: 100%;
|
|
height: calc(100vh - 60px);
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-color: var(--color-fill-2);
|
|
overflow: hidden;
|
|
}
|
|
|
|
.handleRow {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
}
|