Add Stimulus + basic form

This commit is contained in:
2024-12-16 17:54:56 +01:00
parent 4eab2bdcbc
commit be2f01beaa
7 changed files with 126 additions and 21 deletions

View File

@@ -3,12 +3,12 @@
#scene {
min-height: 93vh;
margin-left: 25vw;
margin-left: 20vw;
overflow: hidden;
}
#ui {
position: absolute;
top: 3.5rem;
max-width: 25vw;
max-width: 20vw;
z-index: 5;
}