First implementation of report table input.

This commit is contained in:
Kevin Baensch 2021-04-20 00:24:02 +02:00
parent 9ea074de42
commit eb6822bfa6
Signed by: derped
GPG key ID: C0F1D326C7626543
4 changed files with 276 additions and 160 deletions

View file

@ -6,6 +6,11 @@ body {
background: darkgray;
}
input {
width: 90%;
height: 100%;
}
#overlay {
position: fixed;
left: 0;