draw scheduler in vanilla js

This commit is contained in:
Felix Roos 2023-05-05 10:52:21 +02:00
parent 95719654f3
commit 1f4c2f8c5a
6 changed files with 117 additions and 53 deletions

View file

@ -22,3 +22,7 @@ main {
.container {
flex-grow: 1;
}
#roll {
height: 300px;
}