Fix party sheet tab height when expanded

This commit is contained in:
Carlos Fernandez 2025-11-17 02:31:18 -05:00
parent 023e17d47d
commit 6540f6556a
2 changed files with 4 additions and 3 deletions

View file

@ -20,7 +20,8 @@ export default class Party extends DHBaseActorSheet {
static DEFAULT_OPTIONS = {
classes: ['party'],
position: {
width: 550
width: 550,
height: 900,
},
window: {
resizable: true