From 4036c836605310dce72d159134b7968a575940f6 Mon Sep 17 00:00:00 2001 From: neko Date: Sat, 25 Jan 2020 20:46:31 +0100 Subject: [PATCH] screen into the back, but breaks clicking --- assets/css/crt-screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/crt-screen.css b/assets/css/crt-screen.css index b7dab53..624b363 100644 --- a/assets/css/crt-screen.css +++ b/assets/css/crt-screen.css @@ -22,7 +22,7 @@ layout: none left: 117px; overflow-y: auto; overflow-x: hidden; - /*z-index: -1;*/ + z-index: -1; width: 768px; height: 584px; pointer-events: auto !important;