general: fixes

This commit is contained in:
k
2024-10-21 14:36:02 +02:00
parent 5b9d599e83
commit 7114c3bdf9
14 changed files with 344 additions and 456 deletions

View File

@@ -0,0 +1,23 @@
#simulation {
min-height: 0;
display: flex;
height: 100%;
width: 100%;
> div {
flex: 1;
/* min-height: 0; */
overflow-y: auto;
display: flex;
flex-direction: column;
width: 32rem;
gap: 1rem;
> div {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
}
}