Fix pane drag target not appearing over terminal element
This commit is contained in:
@@ -1938,6 +1938,7 @@ impl Render for Pane {
|
||||
.child(
|
||||
// drag target
|
||||
div()
|
||||
.z_index(1)
|
||||
.invisible()
|
||||
.absolute()
|
||||
.bg(theme::color_alpha(
|
||||
|
||||
Reference in New Issue
Block a user