mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-11 04:36:24 +00:00
workspace: Prevent clicks from falling through on some notifications (#24104)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
691de6b4b3
commit
4885ace107
1 changed files with 1 additions and 0 deletions
|
@ -502,6 +502,7 @@ pub mod simple_message_notification {
|
|||
impl Render for MessageNotification {
|
||||
fn render(&mut self, window: &mut Window, cx: &mut Context<Self>) -> impl IntoElement {
|
||||
v_flex()
|
||||
.occlude()
|
||||
.p_3()
|
||||
.gap_3()
|
||||
.elevation_3(cx)
|
||||
|
|
Loading…
Reference in a new issue