Przeglądaj źródła

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

Alessandro Pignotti 9 miesięcy temu
rodzic
commit
28afdc35ef
1 zmienionych plików z 1 dodań i 1 usunięć
  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()