/* 全站：可滚动，但不显示滚动条 */
html,
body,
.main,
.sidebar-nav,
.table-wrap,
.modal-body,
.drawer-scroll,
.order-list-modal,
.addr-cards,
.addr-manage-list,
.support-session-list,
.support-messages,
.support-staff-actions,
.integration-code {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
.main::-webkit-scrollbar,
.sidebar-nav::-webkit-scrollbar,
.table-wrap::-webkit-scrollbar,
.modal-body::-webkit-scrollbar,
.drawer-scroll::-webkit-scrollbar,
.order-list-modal::-webkit-scrollbar,
.addr-cards::-webkit-scrollbar,
.addr-manage-list::-webkit-scrollbar,
.support-session-list::-webkit-scrollbar,
.support-messages::-webkit-scrollbar,
.support-staff-actions::-webkit-scrollbar,
.integration-code::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}
