Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 6af0e30

Browse files
committed
Merge pull request #65 from VermontDesignWorks/fix_drag_drop_marker_line_issue
Fix bug with js tree drag and drop not working if user cursor overlaps the marker line.
2 parents d461b42 + 4a43f02 commit 6af0e30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Resources/public/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@
1010
width: auto;
1111
overflow-x: visible;
1212
}
13+
14+
#jstree-marker-line {
15+
pointer-events: none;
16+
}

0 commit comments

Comments
 (0)