From 6f55527514f7d78fa55bfaab2c9c163747606716 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 7 Oct 2022 15:24:11 +0200 Subject: [PATCH] Fix typo in fallback_error CSS comment Typo from commit e1f8232bc90c77e5746f6f8356613962021cc862 --- app/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/base.css b/app/styles/base.css index 59fd47ba..5489028b 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -287,7 +287,7 @@ select:active { #noVNC_fallback_error { z-index: 1000; visibility: hidden; - /* Put a white background in front of everything but the error, + /* Put a dark background in front of everything but the error, and don't let mouse events pass through */ background: rgba(0, 0, 0, 0.8); pointer-events: all;