mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-09 12:41:20 +01:00
fix scrolling in armour
This commit is contained in:
parent
87b3677956
commit
b0cdd4dce9
3 changed files with 114 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ export default class ArmorSheet extends DHBaseItemSheet {
|
|||
/**@inheritdoc */
|
||||
static DEFAULT_OPTIONS = {
|
||||
classes: ['armor'],
|
||||
window: { resizable: true },
|
||||
dragDrop: [{ dragSelector: null, dropSelector: null }],
|
||||
tagifyConfigs: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue