fix scrolling for canvas background and bookmarks. i hope that's all

now.
This commit is contained in:
Jakob Ketterl
2019-11-01 19:48:08 +01:00
parent 9f6a4891ed
commit 5fdffb5e0c
3 changed files with 39 additions and 30 deletions

View File

@ -258,16 +258,20 @@ input[type=range]:focus::-ms-fill-upper
border-top-color: #0F0;
}
#webrx-canvas-container
{
#webrx-canvas-background {
flex-grow: 1;
position: relative;
overflow: hidden;
background-image: url('../gfx/openwebrx-background-cool-blue.png');
background-repeat: no-repeat;
background-color: #1e5f7f;
background-size: cover;
}
#webrx-canvas-container
{
position: relative;
overflow: hidden;
cursor: crosshair;
height: 100%;
}
#webrx-canvas-container canvas
@ -276,7 +280,8 @@ input[type=range]:focus::-ms-fill-upper
border-style: none;
image-rendering: crisp-edges;
image-rendering: -webkit-optimize-contrast;
/*transition: left 200ms, width 200ms;*/
width: 100%;
height: 200px;
}
#openwebrx-mathbox-container