Allow dragging tabs (#3616)
This commit is contained in:
commit
e09b07ddae
10 changed files with 154 additions and 587 deletions
|
@ -288,7 +288,11 @@ impl ChatPanel {
|
|||
),
|
||||
),
|
||||
)
|
||||
.child(div().grow().child(self.render_active_channel_messages(cx)))
|
||||
.child(
|
||||
div()
|
||||
.flex_grow()
|
||||
.child(self.render_active_channel_messages(cx)),
|
||||
)
|
||||
.child(
|
||||
div()
|
||||
.z_index(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue