white paper : fix form-area height. closes #78
All checks were successful
Deploy Production / Deploy to Production (push) Successful in 27s

This commit is contained in:
isUnknown 2026-05-14 08:28:02 +02:00
parent bf041f4f7a
commit 35f160f9d1

View file

@ -193,8 +193,7 @@
background: #000;
margin-top: 2rem;
width: 30vw;
height: 40rem;
max-height: 65vh;
height: fit-content;
overflow: auto;
align-self: stretch;
display: flex;