Minor fix

This commit is contained in:
Alejandro Gallardo Escobar 2019-06-17 12:46:35 +02:00
parent dbf15a759f
commit a75acb75fc
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
border: 2px dashed #b2b2b2; border: 2px dashed #b2b2b2;
transform: translateX(-2px) translateY(-2px); transform: translateX(-2px) translateY(-2px);
cursor: move; cursor: move;
user-select: none;
} }
.visual-console-item.is-editing > .resize-draggable { .visual-console-item.is-editing > .resize-draggable {