fix(ui): prevent text selection on double-click in process diagram
Some checks failed
CI / build (push) Successful in 1m45s
CI / cleanup-branch (push) Has been skipped
CI / deploy (push) Has been cancelled
CI / deploy-feature (push) Has been cancelled
CI / docker (push) Has been cancelled

This commit is contained in:
hsiegeln
2026-03-28 15:56:36 +01:00
parent 175e62f514
commit 2fade7192a

View File

@@ -13,6 +13,8 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
display: block; display: block;
-webkit-user-select: none;
user-select: none;
outline: none; outline: none;
} }