more safari fixes
This commit is contained in:
parent
42f9fb52ed
commit
2cfeb6b6d6
@ -266,6 +266,8 @@ input[type=range]:focus::-ms-fill-upper
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-color: #1e5f7f;
|
background-color: #1e5f7f;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
#webrx-canvas-container
|
#webrx-canvas-container
|
||||||
@ -273,7 +275,7 @@ input[type=range]:focus::-ms-fill-upper
|
|||||||
position: relative;
|
position: relative;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
cursor: crosshair;
|
cursor: crosshair;
|
||||||
height: 100%;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#webrx-canvas-container canvas
|
#webrx-canvas-container canvas
|
||||||
|
Loading…
Reference in New Issue
Block a user