.x-scroll--mini::-webkit-scrollbar{width:4px;height:4px}.x-scroll--mini::-webkit-scrollbar-thumb{border-radius:2px;background-color:var(--color-grey-4);cursor:pointer}.x-scroll--mini:hover::-webkit-scrollbar-thumb{background-color:var(--color-grey-6)}.x-scroll::-webkit-scrollbar{width:8px;height:8px}.x-scroll::-webkit-scrollbar-track{border-radius:2px;background-color:var(--color-grey-2)}.x-scroll::-webkit-scrollbar-thumb{border-radius:4px;background-color:var(--color-grey-4);cursor:pointer}.x-scroll:hover::-webkit-scrollbar-thumb{background-color:var(--color-grey-6)}