mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 18:39:55 +02:00
14 lines
352 B
Text
14 lines
352 B
Text
.application.sheet.daggerheart.actor.dh-style.npc {
|
|
.tab.features {
|
|
&.active {
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.feature-section {
|
|
padding: 16px calc(16px - var(--scrollbar-width)) 4px 16px;
|
|
.stable-scroll-container();
|
|
}
|
|
}
|
|
}
|