Fixed overflow for the menu

This commit is contained in:
WBHarry 2026-01-15 13:57:49 +01:00
parent 9393bab6cf
commit ca2b869a47
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'
},

View file

@ -5,6 +5,8 @@
display: flex;
flex-direction: column;
gap: 8px;
overflow: auto;
height: 100%;
}
h2 {