Skip to content

v0.4.8 - Fix conversation messages not visible

Choose a tag to compare

@richardbowman richardbowman released this 17 May 15:56

The conversation panel was collapsing to fit only a single message because height:100% doesn't work on flex children inside a flex-direction:column container. Fixed by using flex:1 + min-height:0 on all nested panels, which gives the messages list the correct fill height and makes it properly scrollable.