Fix party sheet tab height when expanded

This commit is contained in:
Carlos Fernandez 2025-11-17 02:31:18 -05:00
parent 023e17d47d
commit 6540f6556a
2 changed files with 4 additions and 3 deletions

View file

@ -14,11 +14,11 @@
.application.sheet.daggerheart.actor.dh-style.party {
.tab {
height: -webkit-fill-available;
max-height: 514px;
flex: 1;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
scrollbar-gutter: stable;
&.active {
overflow: auto;