mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[Fix] Levelup Blackbox Issue (#934)
* Made the original inputs related to tagify be display: none to avoid css issues * Raised system.json version
This commit is contained in:
parent
3d05c7fe0a
commit
006f9dde1f
2 changed files with 5 additions and 1 deletions
|
|
@ -667,6 +667,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
+ input {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.tagify__dropdown {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue