First implementation of report table input.

This commit is contained in:
Kevin Baensch 2021-04-20 02:06:02 +02:00
parent d89bcbec06
commit 241c179771
Signed by: derped
GPG key ID: C0F1D326C7626543
2 changed files with 98 additions and 11 deletions

View file

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