From ccba3e8597d2f97360cf218bec7aca0622dfd0b8 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 27 Feb 2021 17:23:03 +0100 Subject: [PATCH] fix positioning (still absolute, but not moving any more) --- htdocs/css/openwebrx.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 9ed0a5d..56bc599 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -297,6 +297,7 @@ input[type=range]:disabled { #webrx-canvas-container canvas { position: absolute; + top: 0; border-style: none; image-rendering: crisp-edges; image-rendering: -webkit-optimize-contrast; @@ -771,6 +772,7 @@ img.openwebrx-mirror-img #openwebrx-digimode-canvas-container canvas { position: absolute; + top: 0; pointer-events: none; transition: width 500ms, left 500ms; will-change: transform;