mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-05 20:34:15 +02:00
Fix companion effects not being scrollable when overflowing (#1952)
This commit is contained in:
parent
53f15a7fde
commit
729e8bca42
1 changed files with 13 additions and 0 deletions
|
|
@ -10,3 +10,16 @@
|
||||||
background: url('../assets/parchments/dh-parchment-light.png');
|
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