excalidraw/src/components/Popover.scss

15 lines
174 B
SCSS
Raw Normal View History

.excalidraw {
.popover {
position: absolute;
z-index: 10;
}
.popover .cover {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
}