fix positioning (still absolute, but not moving any more)
This commit is contained in:
parent
beb3d696c9
commit
ccba3e8597
@ -297,6 +297,7 @@ input[type=range]:disabled {
|
|||||||
#webrx-canvas-container canvas
|
#webrx-canvas-container canvas
|
||||||
{
|
{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
image-rendering: crisp-edges;
|
image-rendering: crisp-edges;
|
||||||
image-rendering: -webkit-optimize-contrast;
|
image-rendering: -webkit-optimize-contrast;
|
||||||
@ -771,6 +772,7 @@ img.openwebrx-mirror-img
|
|||||||
#openwebrx-digimode-canvas-container canvas
|
#openwebrx-digimode-canvas-container canvas
|
||||||
{
|
{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
transition: width 500ms, left 500ms;
|
transition: width 500ms, left 500ms;
|
||||||
will-change: transform;
|
will-change: transform;
|
||||||
|
Loading…
Reference in New Issue
Block a user