html.mw230 body #root#root .workspace-chat-hub.ui326-section-chats:not(.mobile-conversation-open) .hub-directory>.hub-conversation-list[style*="--chat-list-available37"],
html.mw230 body #root#root .workspace-chat-hub.ui326-section-contacts:not(.mobile-conversation-open) .hub-directory>.hub-contact-directory[style*="--chat-list-available37"]{
 flex:0 0 var(--chat-list-available37,0px)!important;
 height:var(--chat-list-available37,0px)!important;
 max-height:var(--chat-list-available37,100%)!important;
 min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;
 box-sizing:border-box!important;padding-bottom:12px!important;
 touch-action:pan-y pinch-zoom!important;-webkit-overflow-scrolling:touch;
}
/* Contacts have an extra wrapper containing invitations and requests.
   Only that wrapper scrolls; the inner list must not become a second scroller. */
html.mw230 body #root#root .workspace-chat-hub.ui326-section-contacts .hub-contact-directory>.hub-conversation-list{
 height:auto!important;max-height:none!important;overflow:visible!important;flex:none!important;
}
