Files
excalidraw/src/components/LaserTool/LaserToolOverlay.scss
2023-10-07 10:38:46 +02:00

20 lines
313 B
SCSS

.excalidraw {
.LaserToolOverlay {
pointer-events: none;
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: 2;
.LaserToolOverlayCanvas {
image-rendering: auto;
overflow: visible;
position: absolute;
top: 0;
left: 0;
}
}
}