.sub-scroll{max-height:calc(100vh - 4rem);overflow-y:auto;-webkit-overflow-scrolling:touch}.sub-scroll::-webkit-scrollbar{width:8px;height:8px}.sub-scroll::-webkit-scrollbar-track{background:transparent}.sub-scroll::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:999px;border:2px solid transparent;background-clip:padding-box;-webkit-transition:background .15s;transition:background .15s}.sub-scroll:focus-within::-webkit-scrollbar-thumb,.sub-scroll:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.22)}.sub-scroll{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.sub-scroll.hover-visible{scrollbar-color:rgba(0,0,0,.22) transparent}