iris stuff

This commit is contained in:
2025-11-22 18:45:12 -05:00
parent 3b38df6f39
commit 7e15bfa494
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ pub fn msg_panel(client: &mut Client, network: NetSender) -> impl WidgetFn<Sized
.background(rect(Color::BLACK.brighter(0.05)).radius(15))
.pad(15)
.max_height(rel(0.5))
.z_offset(1),
.layer_offset(1),
)
.span(Dir::DOWN)
.width(rest(1))