Fix class name on jquery.
This commit is contained in:
parent
4d00d8a481
commit
a84df2d80b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export class DS4ItemSheet extends ItemSheet<DS4ItemDataType, DS4Item> {
|
|||
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 {
|
||||
|
|
Loading…
Reference in a new issue