Fix party sheet tab height when expanded (#1296)

This commit is contained in:
Carlos Fernandez 2025-11-17 00:52:48 -08:00 committed by GitHub
parent 97f408c185
commit c3660ffa34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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