fix positioning (still absolute, but not moving any more)

This commit is contained in:
Jakob Ketterl 2021-02-27 17:23:03 +01:00
parent beb3d696c9
commit ccba3e8597
1 changed files with 2 additions and 0 deletions

View File

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