mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix Modal z-index
This commit is contained in:
parent
dffce96995
commit
05df951770
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
.excalidraw {
|
.excalidraw {
|
||||||
&.excalidraw-modal-container {
|
&.excalidraw-modal-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 10;
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Modal {
|
.Modal {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue