Skip to content

Fix search item position in CollapsedMode

James Graham requested to merge nvrwhere/neochat:fix_search_collapsedmode into master

In collapsed mode the search item currently sits behind the main listview. This moves the search item to be the heading of the listview ensuring that is appears at the top of the list rather than behind all the items.

Merge request reports