diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index e62f16a1..c3a9699f 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -1095,14 +1095,18 @@ img.openwebrx-mirror-img } .openwebrx-message-panel { - height: 180px; + min-height: 180px; position: relative; } +.openwebrx-message-panel#openwebrx-panel-adsb-message { + min-height: 380px; +} + .openwebrx-message-panel table { display: block; overflow: auto; - height: 150px; + height: 100%; width: 100%; }