diff --git a/crates/workspace/src/notifications.rs b/crates/workspace/src/notifications.rs index 145c0b7aec..3a850e5e5c 100644 --- a/crates/workspace/src/notifications.rs +++ b/crates/workspace/src/notifications.rs @@ -502,6 +502,7 @@ pub mod simple_message_notification { impl Render for MessageNotification { fn render(&mut self, window: &mut Window, cx: &mut Context) -> impl IntoElement { v_flex() + .occlude() .p_3() .gap_3() .elevation_3(cx)