Fix click events leaking through the announcement toast (#54053)

Danilo Leal created

Quick fix here to prevent any click events in the announcement toast
itself to leak through whatever is behind it.

Release Notes:

- N/A

Change summary

crates/ui/src/components/notification/announcement_toast.rs | 2 ++
1 file changed, 2 insertions(+)

Detailed changes