.z-scrollbar::-webkit-scrollbar{width:8px;height:8px}.z-scrollbar::-webkit-scrollbar-track{background:transparent}.z-scrollbar::-webkit-scrollbar-thumb{background-color:var(--color-border-primary);border-radius:8px;border:2px solid transparent;background-clip:padding-box}.z-scrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--color-border-strong)}.z-scrollbar::-webkit-scrollbar-corner{background:transparent}.z-scrollbar::-webkit-scrollbar-button{width:0;height:0;display:block;background:transparent;background-image:none;border:0}.z-scrollbar::-webkit-scrollbar-button:decrement,.z-scrollbar::-webkit-scrollbar-button:increment,.z-scrollbar::-webkit-scrollbar-button:vertical:end:increment,.z-scrollbar::-webkit-scrollbar-button:vertical:start:decrement{width:0;height:0;display:block;background:transparent;background-image:none}@supports not selector(::-webkit-scrollbar){.z-scrollbar{scrollbar-width:thin;scrollbar-color:var(--color-border-primary) transparent}}