more safari fixes

This commit is contained in:
Jakob Ketterl 2019-11-26 22:06:13 +01:00
parent 42f9fb52ed
commit 2cfeb6b6d6

View File

@ -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