Fix touch moving of dialogs.

This commit is contained in:
2025-09-25 22:02:27 +00:00
parent fee7615aac
commit c1dc5e616a
+1
View File
@@ -240,6 +240,7 @@ onUnmounted(() => {
.ec-header {
cursor: move;
user-select: none;
touch-action: none;
padding: 0.75rem 1rem 0.5rem 1rem;
display: flex;
justify-content: space-between;