From d50c2660854b98844807ef8a96b00368991007e5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 27 Aug 2023 02:14:10 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- Viewer/css/layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Viewer/css/layout.css b/Viewer/css/layout.css index 85f1c406..dc168897 100755 --- a/Viewer/css/layout.css +++ b/Viewer/css/layout.css @@ -1447,6 +1447,7 @@ stretching in width... */ .overlay-info.minimal { background: transparent; + backdrop-filter: none; /* //background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); //background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);