Explorar o código

Make sure the display canvas does not go over the side panel

Alessandro Pignotti hai 9 meses
pai
achega
28afdc35ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib/WebVM.svelte

+ 1 - 1
src/lib/WebVM.svelte

@@ -162,7 +162,7 @@
 			return;
 		// Raise the display to the foreground
 		const display = document.getElementById("display");
-		display.style.zIndex = 10;
+		display.style.zIndex = 5;
 		plausible("Display activated");
 	}
 	function handleProcessCreated()