We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 272b94f + f41e62f commit 06c4ec6Copy full SHA for 06c4ec6
script/sheet/actor/acolyte.js
@@ -14,7 +14,8 @@ export class AcolyteSheet extends DarkHeresySheet {
14
contentSelector: ".sheet-body",
15
initial: "stats"
16
}
17
- ]
+ ],
18
+ scrollY: [".items"]
19
});
20
21
script/sheet/actor/npc.js
@@ -14,7 +14,8 @@ export class NpcSheet extends DarkHeresySheet {
0 commit comments