chore: update gpui-component

This commit is contained in:
2025-07-23 20:47:15 +07:00
parent a631dd90d2
commit 12168c6084
7 changed files with 80 additions and 65 deletions

View File

@@ -188,7 +188,13 @@ impl Root {
) -> Option<impl IntoElement> {
let root = window.root::<Root>()??;
Some(div().child(root.read(cx).notification.clone()))
Some(
div()
.absolute()
.top_0()
.right_0()
.child(root.read(cx).notification.clone()),
)
}
/// Render the Modal layer.