split waterfall over multiple canvas elements to increase maximum fft resolution

This commit is contained in:
J.W. Jagersma
2020-09-13 06:47:05 +02:00
parent cc385f851f
commit 0987a67382
2 changed files with 40 additions and 21 deletions

View File

@ -294,14 +294,21 @@ input[type=range]:disabled {
flex-grow: 1;
}
#webrx-canvas-container div
{
position: relative;
overflow: visible;
width: 100%;
}
#webrx-canvas-container canvas
{
position: absolute;
border-style: none;
image-rendering: crisp-edges;
image-rendering: -webkit-optimize-contrast;
width: 100%;
height: 200px;
pointer-events: none;
}
#openwebrx-log-scroll