mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Fixed features tab scrolling
This commit is contained in:
parent
951c8c7156
commit
2bd0f45237
2 changed files with 20 additions and 1 deletions
18
styles/less/sheets/actors/npc/features.less
Normal file
18
styles/less/sheets/actors/npc/features.less
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
.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;
|
||||||
|
mask-image: linear-gradient(0deg, transparent 0%, black 5%);
|
||||||
|
padding-bottom: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
@import './sheet.less';
|
@import './sheet.less';
|
||||||
@import './header.less';
|
@import './header.less';
|
||||||
|
@import './features.less';
|
||||||
Loading…
Add table
Add a link
Reference in a new issue