Draft: Gestion des signes draconiques #452
| @@ -51,8 +51,9 @@ export class RdDItemSheet extends ItemSheet { | ||||
|   /** @override */ | ||||
|   setPosition(options = {}) { | ||||
|     const position = super.setPosition(options); | ||||
|     const sheetHeader = this.element.find(".sheet-header"); | ||||
|     const sheetBody = this.element.find(".sheet-body"); | ||||
|     const bodyHeight = position.height - 192; | ||||
|     const bodyHeight = position.height - sheetHeader[0].clientHeight; | ||||
|     sheetBody.css("height", bodyHeight); | ||||
|     return position; | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user