refactor: SimulatorMask use CSS classes

Replace inline style.display with CSS class toggling.

Changes:
- Add .visible class to CSS module
- Use classList.add/remove instead of style.display
This commit is contained in:
linked-danis
2026-03-12 14:09:10 +01:00
parent 9bef0d0d7a
commit 33465bbf52
2 changed files with 6 additions and 2 deletions
@@ -7,3 +7,7 @@
display: none;
}
.wrapper.visible {
display: block;
}