mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
18 lines
425 B
Text
18 lines
425 B
Text
.application.sheet.daggerheart.actor.dh-style.npc {
|
|
.tab.features {
|
|
&.active {
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.feature-section {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
overflow-y: auto;
|
|
padding-bottom: 4px;
|
|
.with-scroll-shadows();
|
|
}
|
|
}
|
|
}
|