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