Added max-height and overflow

This commit is contained in:
WBHarry 2025-09-22 01:18:58 +02:00
parent 83709e334d
commit 5fc04909de
3 changed files with 8 additions and 1 deletions

View file

@ -35,7 +35,7 @@ export default class CountdownEdit extends HandlebarsApplicationMixin(Applicatio
static PARTS = {
countdowns: {
template: 'systems/daggerheart/templates/ui/countdown-edit.hbs',
scrollable: ['.expanded-view']
scrollable: ['.expanded-view', '.edit-content']
}
};