Crude property selection

This commit is contained in:
2024-06-04 12:48:18 +02:00
parent 37012578b7
commit 0f9f02f46d
3 changed files with 20 additions and 4 deletions

View File

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