split waterfall over multiple canvas elements to increase maximum fft resolution
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user