fix scrolling on feature report

This commit is contained in:
Jakob Ketterl 2019-07-11 16:49:06 +02:00
parent 5887522dce
commit d2f524bf90
2 changed files with 5 additions and 1 deletions

View File

@ -4,5 +4,5 @@ html, body
padding: 0;
height: 100%;
font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
overflow: hidden;
}

View File

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