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

Commit 4a43f02

Browse files
author
Ben Glassman
committed
Disable mouse pointer events for js tree marker line to fix bug with
drag and drop not working if user cursor overlaps the marker line.
1 parent d461b42 commit 4a43f02

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)