Remove certain fieldsets and adjust scrollsbars

This commit is contained in:
Carlos Fernandez 2026-07-03 00:58:48 -04:00
parent 53ed9fc792
commit 7409a577f6
28 changed files with 283 additions and 285 deletions

View file

@ -7,7 +7,7 @@ export default class AdversarySheet extends DHBaseActorSheet {
/** @inheritDoc */
static DEFAULT_OPTIONS = {
classes: ['adversary'],
position: { width: 645, height: 760 },
position: { width: 645, height: 750 },
window: { resizable: true },
actions: {
toggleHitPoints: AdversarySheet.#toggleHitPoints,