Object reference moved to entity

This commit is contained in:
barsdeveloper
2021-11-16 21:14:03 +01:00
parent 39e26bc0c2
commit 7ec75e1ce8
13 changed files with 346 additions and 269 deletions

View File

@@ -1,9 +1,9 @@
.ueb-draggable,
.ueb-node {
/* Indicate the element draggable */
cursor : move;
cursor: move;
/* It will be positioned absolutely */
position : absolute;
position: absolute;
/* Doesn't allow to select the content inside */
user-select: none;
}
}