f270812219
Add token library/placements, keep play-time moves for the session, lock presentation interactions, and fix export/import modal layout plus freeform trap label. Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
120 B
CSS
11 lines
120 B
CSS
.root {
|
|
height: 100vh;
|
|
width: 100vw;
|
|
}
|
|
|
|
.viewPassthrough {
|
|
height: 100%;
|
|
width: 100%;
|
|
pointer-events: none;
|
|
}
|