mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 13:41:07 +01:00
Fixed overflow for the menu (#1537)
This commit is contained in:
parent
9393bab6cf
commit
e590dde567
2 changed files with 3 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export default class DaggerheartMenu extends HandlebarsApplicationMixin(Abstract
|
||||||
|
|
||||||
/** @override */
|
/** @override */
|
||||||
static DEFAULT_OPTIONS = {
|
static DEFAULT_OPTIONS = {
|
||||||
classes: ['dh-style'],
|
classes: ['dh-style', 'directory'],
|
||||||
window: {
|
window: {
|
||||||
title: 'SIDEBAR.TabSettings'
|
title: 'SIDEBAR.TabSettings'
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
overflow: auto;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue