Replace scroll shadows with scroll animation timeline

This commit is contained in:
Carlos Fernandez 2026-05-30 22:46:51 -04:00
parent 53f15a7fde
commit 787012b8e1
22 changed files with 102 additions and 79 deletions

View file

@ -1,5 +1,6 @@
@import '../../../utils/colors.less';
@import '../../../utils/fonts.less';
@import '../../../utils/mixin.less';
.application.sheet.daggerheart.actor.dh-style.character {
.tab.inventory {
@ -8,8 +9,9 @@
flex-direction: column;
gap: 10px;
overflow-y: auto;
mask-image: linear-gradient(0deg, transparent 0%, black 5%, black 95%, transparent 100%);
padding: 20px 0;
margin-top: 20px;
padding-bottom: 20px;
.with-scroll-shadows();
}
}
}