전략편집기 전략컨트롤 드래그

This commit is contained in:
Macbook
2026-06-15 01:28:56 +09:00
parent b0e2efd7cb
commit 3150dc8af6
7 changed files with 35 additions and 22 deletions
+5
View File
@@ -2033,6 +2033,11 @@
.desktop-client .se-palette-card:active {
cursor: grabbing;
}
.se-palette-card--pointer {
touch-action: none;
-webkit-user-drag: none;
user-select: none;
}
.se-palette-card:hover {
transform: translateY(-2px);
}