mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Fix companion effects not being scrollable when overflowing
This commit is contained in:
parent
53f15a7fde
commit
9ca0e59566
1 changed files with 13 additions and 0 deletions
|
|
@ -10,3 +10,16 @@
|
|||
background: url('../assets/parchments/dh-parchment-light.png');
|
||||
}
|
||||
});
|
||||
|
||||
.application.sheet.daggerheart.actor.dh-style.companion {
|
||||
.window-content {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.tab.active {
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue