From 5324401d500a09c0bc1215dd1f1db8cebb8b4361 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 19 Aug 2023 00:05:24 +0300 Subject: [PATCH] minor bugfix... Signed-off-by: Alex A. Naanou --- Viewer/css/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Viewer/css/layout.css b/Viewer/css/layout.css index 9cb2277d..e013a2af 100755 --- a/Viewer/css/layout.css +++ b/Viewer/css/layout.css @@ -1434,7 +1434,7 @@ stretching in width... */ .overlay-info.minimal { display: block; /* XXX is this correct??? */ - z-index: 1000, + z-index: 1000; } .overlay-info.hidden { background: transparent;