First implementation of report table input.

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

View file

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