mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 12:11:07 +01:00
Fixed party height and resource armor update
This commit is contained in:
parent
df0ed5dc0f
commit
0c8f9616f8
2 changed files with 7 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
.application.sheet.daggerheart.actor.dh-style.party {
|
||||
.tab {
|
||||
height: -webkit-fill-available;
|
||||
max-height: 300px;
|
||||
max-height: 514px;
|
||||
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