From 2cfeb6b6d6eb690dacf494845f1439bd6bacb616 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Tue, 26 Nov 2019 22:06:13 +0100 Subject: [PATCH] more safari fixes --- htdocs/css/openwebrx.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 0182a61..de26c24 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -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