Fix horizontal overflows in actor sheets
This commit is contained in:
parent
50fb044926
commit
a48fedd937
4 changed files with 8 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue