From b2d4046d8ab36046ded6a5645fedec310fe614d1 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 15 Feb 2021 18:00:46 +0100 Subject: [PATCH] apply z-index layering to status bars to make them render correctly --- htdocs/css/openwebrx.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 584762c..2fa5933 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -552,6 +552,7 @@ img.openwebrx-mirror-img -moz-user-select: none; -ms-user-select: none; overflow: hidden; + z-index: 1 } .openwebrx-progressbar-bar { @@ -564,6 +565,7 @@ img.openwebrx-mirror-img transition-timing-function: ease-in-out; transform: translate(-100%) translateZ(0); will-change: transform, background-color; + z-index: 0; } .openwebrx-progressbar--over .openwebrx-progressbar-bar { @@ -577,7 +579,7 @@ img.openwebrx-mirror-img top:50%; transform: translate(-50%, -50%); white-space: nowrap; - z-index: 1; + z-index: 2; } #openwebrx-panel-status