Fix height scaling of environment sheets when changing window size (#1360)

This commit is contained in:
Carlos Fernandez 2025-12-04 13:29:25 -08:00 committed by GitHub
parent 5163bf9788
commit cb10b18e06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@
.application.sheet.daggerheart.actor.dh-style.environment {
.tab {
max-height: 300px;
flex: 1;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: light-dark(@dark-blue, @golden) transparent;