mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-13 11:47:30 +08:00
Initial commit
This commit is contained in:
9
css/ueblueprint-draggable.css
Normal file
9
css/ueblueprint-draggable.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user