refactor(ui): modal: use hidden class

This commit is contained in:
Edouard Vanbelle
2026-04-24 23:37:14 +02:00
parent a38bcc01de
commit fc8e529e7d
7 changed files with 32 additions and 24 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
padding: 6px;
min-width: 200px;
z-index: 2000;
display: none;
display: block;
animation: contextMenuIn 0.15s ease-out;
}