jeffsi-meet/css/modals/_whiteboard.scss

10 lines
141 B
SCSS

.whiteboard {
.excalidraw-wrapper {
height: 100vh;
height: 100dvh;
width: 100vw;
width: 100dvw;
}
}