mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-04 04:44:31 +01:00 
			
		
		
		
	fix: export dialog canvas positioning (#3397)
This commit is contained in:
		@@ -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;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user