Allow dragging tabs (#3616)

This commit is contained in:
Max Brunsfeld 2023-12-12 16:20:37 -08:00 committed by GitHub
commit e09b07ddae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 154 additions and 587 deletions

View file

@ -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)