mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 04:44:30 +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(
|
.child(
|
||||||
// drag target
|
// drag target
|
||||||
div()
|
div()
|
||||||
|
.z_index(1)
|
||||||
.invisible()
|
.invisible()
|
||||||
.absolute()
|
.absolute()
|
||||||
.bg(theme::color_alpha(
|
.bg(theme::color_alpha(
|
||||||
|
|
Loading…
Reference in a new issue