Fix typo in fallback_error CSS comment

Typo from commit e1f8232bc9
This commit is contained in:
Samuel Mannehed 2022-10-07 15:24:11 +02:00
parent e1f8232bc9
commit 6f55527514
1 changed files with 1 additions and 1 deletions

View File

@ -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;