mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Fix pane drag target not appearing over terminal element
This commit is contained in:
parent
31e47f9b52
commit
9efe5a30aa
1 changed files with 1 additions and 0 deletions
|
@ -1938,6 +1938,7 @@ impl Render for Pane {
|
|||
.child(
|
||||
// drag target
|
||||
div()
|
||||
.z_index(1)
|
||||
.invisible()
|
||||
.absolute()
|
||||
.bg(theme::color_alpha(
|
||||
|
|
Loading…
Reference in a new issue