mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Fix height scaling of environment sheets when changing window size (#1360)
This commit is contained in:
parent
5163bf9788
commit
cb10b18e06
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue