mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
more safari fixes
This commit is contained in:
parent
42f9fb52ed
commit
2cfeb6b6d6
1 changed files with 3 additions and 1 deletions
|
|
@ -266,6 +266,8 @@ input[type=range]:focus::-ms-fill-upper
|
|||
background-repeat: no-repeat;
|
||||
background-color: #1e5f7f;
|
||||
background-size: cover;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#webrx-canvas-container
|
||||
|
|
@ -273,7 +275,7 @@ input[type=range]:focus::-ms-fill-upper
|
|||
position: relative;
|
||||
overflow: visible;
|
||||
cursor: crosshair;
|
||||
height: 100%;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
#webrx-canvas-container canvas
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue