mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-23 17:30:44 +02:00
15 lines
174 B
SCSS
15 lines
174 B
SCSS
.excalidraw {
|
|
.popover {
|
|
position: absolute;
|
|
z-index: 10;
|
|
}
|
|
|
|
.popover .cover {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
}
|