/* Hide only the chat list scrollbar, retaining native scrolling. */
html.mw230 body #root#root .ui326-section-chats .hub-directory>.hub-conversation-list{
 scrollbar-width:none!important;
}
html.mw230 body #root#root .ui326-section-chats .hub-directory>.hub-conversation-list::-webkit-scrollbar{
 display:none!important;width:0!important;height:0!important;
}
