[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:
WBHarry 2025-08-14 19:49:45 +02:00 committed by GitHub
parent 3d05c7fe0a
commit 006f9dde1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -667,6 +667,10 @@
}
}
}
+ input {
display: none;
}
}
.tagify__dropdown {