Includes scratch-gui, scratch-vm, scratch-blocks, scratch-render, scratch-l10n, and deployment config. Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
208 B
CSS
13 lines
208 B
CSS
.scratch-render-overlays {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
pointer-events: none;
|
|
overflow: hidden;
|
|
}
|
|
.scratch-render-overlays > * {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|