Fix modal click throughs and adjust height for channel modal

This commit is contained in:
Mikayla 2023-08-07 13:39:05 -07:00
parent f1957b1737
commit 90cdbe8bf3
No known key found for this signature in database
3 changed files with 17 additions and 7 deletions

View file

@ -205,7 +205,7 @@ impl View for ChannelModal {
]))
.with_child(ChildView::new(&self.picker, cx))
.constrained()
.with_height(theme.height)
.with_max_height(theme.height)
.contained()
.with_style(theme.container)
.into_any()