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