/* Hide web chat-list scrollbars while preserving native scrolling. */
html:not(.mw230) body #root#root .ui326-section-chats .hub-directory,
html:not(.mw230) body #root#root .ui326-section-chats .hub-directory>.hub-conversation-list{
 scrollbar-width:none!important;
 -ms-overflow-style:none!important;
}
html:not(.mw230) body #root#root .ui326-section-chats .hub-directory::-webkit-scrollbar,
html:not(.mw230) body #root#root .ui326-section-chats .hub-directory>.hub-conversation-list::-webkit-scrollbar{
 display:none!important;width:0!important;height:0!important;
}
