diff --git a/htdocs/css/openwebrx-globals.css b/htdocs/css/openwebrx-globals.css index a01982d..41ef284 100644 --- a/htdocs/css/openwebrx-globals.css +++ b/htdocs/css/openwebrx-globals.css @@ -4,5 +4,5 @@ html, body padding: 0; height: 100%; font-family: "DejaVu Sans", Verdana, Geneva, sans-serif; - overflow: hidden; } + diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 13bb3fd..b23c50b 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -21,6 +21,10 @@ @import url("openwebrx-header.css"); @import url("openwebrx-globals.css"); +html, body { + overflow: hidden; +} + select { font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;