Allow dragging tabs (#3616)

This commit is contained in:
Max Brunsfeld
2023-12-12 16:20:37 -08:00
committed by GitHub
10 changed files with 154 additions and 587 deletions
+5 -1
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)