Initial commit

This commit is contained in:
barsdeveloper
2021-06-29 16:26:39 +02:00
commit 02e8e6e8af
18 changed files with 811 additions and 0 deletions

View File

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