From 41d23c66a473f4ccf7811e6d1071e2fdf77c7765 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Fri, 1 Nov 2019 18:47:33 +0100 Subject: [PATCH] prevent events from being blocked by the panels --- htdocs/css/openwebrx.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 659dffd..a21e997 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -363,6 +363,8 @@ input[type=range]:focus::-ms-fill-upper display: flex; flex-direction: column; justify-content: flex-end; + height: 0; + overflow: visible; } #openwebrx-panels-container-left {