fix: make adversary and character page both resizeable and scroll able; fix overflow issue in adversary page. (#283)

Co-authored-by: David.L <DavidLimk@pm.me>
This commit is contained in:
David limkys 2025-07-06 21:39:14 +03:00 committed by GitHub
parent 488844603a
commit ee4a5d17a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View file

@ -8,6 +8,7 @@ export default class AdversarySheet extends DaggerheartSheet(ActorSheetV2) {
tag: 'form',
classes: ['daggerheart', 'sheet', 'actor', 'dh-style', 'adversary'],
position: { width: 660, height: 766 },
window: { resizable: true },
actions: {
reactionRoll: this.reactionRoll,
useItem: this.useItem,