Fixed so that the dropdown for activeEffectAutocomplete never ends up behind dialog

This commit is contained in:
WBHarry 2025-07-17 13:56:45 +02:00
parent ad9e0aa558
commit ab56f2c23e
3 changed files with 13 additions and 11 deletions

View file

@ -88,6 +88,9 @@ export default class DhActiveEffectConfig extends foundry.applications.sheets.Ac
element.value = `system.${item.value}`;
},
click: e => e.fetch(),
customize: function (_input, _inputRect, container) {
container.style.zIndex = foundry.applications.api.ApplicationV2._maxZ;
},
minLength: 0
});
});