Fix modal click throughs and adjust height for channel modal
This commit is contained in:
parent
f1957b1737
commit
90cdbe8bf3
3 changed files with 17 additions and 7 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue