mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: export dialog canvas positioning (#3397)
This commit is contained in:
parent
67289ef4ce
commit
422c25449f
1 changed files with 4 additions and 2 deletions
|
@ -47,9 +47,11 @@
|
|||
image-rendering: -moz-crisp-edges; // FF
|
||||
|
||||
z-index: var(--zIndex-canvas);
|
||||
}
|
||||
|
||||
// Remove canvas from document flow to avoid resizeObserver feedback loop
|
||||
// (see https://github.com/excalidraw/excalidraw/pull/3379)
|
||||
#canvas {
|
||||
// Remove the main canvas from document flow to avoid resizeObserver
|
||||
// feedback loop (see https://github.com/excalidraw/excalidraw/pull/3379)
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue