diff --git a/crates/ui/src/components/notification/announcement_toast.rs b/crates/ui/src/components/notification/announcement_toast.rs index 920f97f9959d1f6c2427ccd7645d15e859893aa4..215d8b9aedfa4584d97ab72b8d816c7a0e516fbc 100644 --- a/crates/ui/src/components/notification/announcement_toast.rs +++ b/crates/ui/src/components/notification/announcement_toast.rs @@ -101,6 +101,8 @@ impl RenderOnce for AnnouncementToast { let illustration = self.illustration; v_flex() + .id("announcement-toast") + .occlude() .relative() .w_full() .elevation_3(cx)