diff --git a/crates/editor/src/hover_popover.rs b/crates/editor/src/hover_popover.rs index 9268c6de4e..f311f20ae6 100644 --- a/crates/editor/src/hover_popover.rs +++ b/crates/editor/src/hover_popover.rs @@ -545,6 +545,7 @@ impl DiagnosticPopover { div() .id("diagnostic") + .elevation_2(cx) .overflow_y_scroll() .px_2() .py_1()