Fixed overflow for the menu (#1537)

This commit is contained in:
WBHarry 2026-01-15 22:37:03 +01:00 committed by GitHub
parent 9393bab6cf
commit e590dde567
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -25,7 +25,7 @@ export default class DaggerheartMenu extends HandlebarsApplicationMixin(Abstract
/** @override */
static DEFAULT_OPTIONS = {
classes: ['dh-style'],
classes: ['dh-style', 'directory'],
window: {
title: 'SIDEBAR.TabSettings'
},