prevent events from being blocked by the panels

This commit is contained in:
Jakob Ketterl 2019-11-01 18:47:33 +01:00
parent 9163f3d30e
commit 41d23c66a4
1 changed files with 2 additions and 0 deletions

View File

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