diff --git a/src/module/item/item-sheet.ts b/src/module/item/item-sheet.ts index f9cb4022..f6e95420 100644 --- a/src/module/item/item-sheet.ts +++ b/src/module/item/item-sheet.ts @@ -37,7 +37,7 @@ export class DS4ItemSheet extends ItemSheet { setPosition(options: ApplicationPosition = {}): ApplicationPosition { const position = super.setPosition(options); if ("find" in this.element) { - const sheetBody = this.element.find(".sheet"); + const sheetBody = this.element.find(".sheet-body"); const bodyHeight = position.height - 192; sheetBody.css("height", bodyHeight); } else {