.scrollbar-fade-enter-active,.scrollbar-fade-leave-active { transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);}.scrollbar-fade-enter,.scrollbar-fade-leave-to { opacity: 0;}.m-scroller { position: relative; overflow: hidden; user-select: none;}.m-scroller__scrollbar { position: absolute; top: 0; right: 4px; width: 6px; height: 100%;}.m-scroller__scrollbar-inner { position: absolute; width: 100%; top: 0; right: 0; background: #ddd; border-radius: 4px;}.m-scroller__scrollbar-inner:hover { cursor: pointer; background: #c0c0c0;}.m-scroller--mobile { overflow: auto;}