mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-02 05:04:43 +08:00
Object reference moved to entity
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user