.ux-scrollbox:where([data-version="2500"]){display:flex;width:100%;height:100%;flex:1 1;grid-area:1/1/-1/-1;max-height:var(--ux-scrollbox-maxheight,auto);max-width:var(--ux-scrollbox-maxwidth,auto)}.ux-scrollbox:where([data-version="2500"])>.ux-scrollbox-frame{overflow:auto}.ux-scrollbox:where([data-version="2500"])>.ux-scrollbox-frame>.ux-scrollbox-scroller{position:absolute;width:var(--ux-scrollbox-clientwidth,auto);overflow-x:auto;overflow-y:hidden;transform:translateY(max(var(--ux-scrollbox-offset,0px),-1px))}.ux-scrollbox:where([data-version="2500"])>.ux-scrollbox-frame>.ux-scrollbox-scroller:before{content:"";height:1px;display:block;width:var(--ux-scrollbox-scrollwidth,auto)}.ux-scrollbox:where([data-version="2500"])>.ux-scrollbox-frame>.ux-scrollbox-content{display:contents}