This commit is contained in:
TheGiddyLimit
2024-04-02 22:46:42 +01:00
parent d075252329
commit 5e0cc455b9
112 changed files with 2980 additions and 397 deletions

View File

@@ -158,7 +158,7 @@ export class InitiativeTrackerCreatureViewer extends BaseComponent {
}
})().then(null);
const $stg = $$`<div class="ve-flex-col w-100 h-100 min-h-0 overflow-y-auto">
const $stg = $$`<div class="ve-flex-col w-100 h-100 min-h-0 ve-overflow-y-auto">
${dispCreature}
</div>`;