Clunky layout...

This commit is contained in:
2024-05-31 16:11:09 +02:00
parent df680c6b63
commit 6a76c853c9
2 changed files with 37 additions and 21 deletions

View File

@@ -2,12 +2,13 @@
@import url('../vendor/bulma/css/bulma.min.css');
#scene {
min-height: 100vh;
min-height: 92vh;
margin-left: 15vw;
overflow: hidden;
}
#ui {
position: absolute;
top: 2rem;
max-width: 30vw;
top: 3.5rem;
max-width: 15vw;
z-index: 5;
}