Fix pane drag target not appearing over terminal element

Julia created

Change summary

crates/workspace2/src/pane.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/workspace2/src/pane.rs 🔗

@@ -1938,6 +1938,7 @@ impl Render for Pane {
                     .child(
                         // drag target
                         div()
+                            .z_index(1)
                             .invisible()
                             .absolute()
                             .bg(theme::color_alpha(