Fix horizontal overflows in actor sheets

This commit is contained in:
Johannes Loher 2021-03-08 09:58:26 +01:00
parent 50fb044926
commit a48fedd937
4 changed files with 8 additions and 2 deletions

View file

@ -15,7 +15,7 @@ export class DS4ActorSheet extends ActorSheet<ActorSheet.Data<DS4Actor>> {
const superDefaultOptions = super.defaultOptions;
return mergeObject(superDefaultOptions, {
classes: ["ds4", "sheet", "actor"],
width: 745,
width: 650,
height: 600,
scrollY: [
".inventory",