{"version":3,"sources":["virtual-render.css"],"names":[],"mappings":"AAAA,mBACI,iBA8CJ,CA5CI,6EAEI,iBAAkB,CAClB,MAAO,CACP,KAAM,CACN,QAAS,CACT,UAAW,CACX,WACJ,CAEA,uCACI,sBAAuB,CACvB,SACJ,CAEA,+BACI,eAAgB,CAChB,mCAAoC,CACpC,oBAWJ,CATI,kDACI,UAAW,CACX,4BACJ,CAEA,wDACI,iBAAkB,CAClB,wBACJ,CAGJ,+BACI,eAWJ,CATI,kDACI,SAAU,CACV,4BACJ,CAEA,wDACI,iBAAkB,CAClB,wBACJ","file":"virtual-render.min.css","sourcesContent":[".bk-virtual-render {\r\n    position: relative;\r\n\r\n    &.bk-virtual-content,\r\n    .bk-virtual-content {\r\n        position: absolute;\r\n        left: 0;\r\n        top: 0;\r\n        bottom: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n    }\r\n\r\n    .bk-virtual-section {\r\n        background: transparent;\r\n        width: 1px;\r\n    }\r\n\r\n    &.bk-scroll-x {\r\n        overflow-x: auto;\r\n        scrollbar-color: #a0a0a0 transparent;\r\n        scrollbar-width: thin;\r\n\r\n        &::-webkit-scrollbar {\r\n            height: 8px;\r\n            background-color: transparent;\r\n        }\r\n\r\n        &::-webkit-scrollbar-thumb {\r\n            border-radius: 8px;\r\n            background-color: #a0a0a0;\r\n        }\r\n    }\r\n\r\n    &.bk-scroll-y {\r\n        overflow-y: auto;\r\n\r\n        &::-webkit-scrollbar {\r\n            width: 8px;\r\n            background-color: transparent;\r\n        }\r\n\r\n        &::-webkit-scrollbar-thumb {\r\n            border-radius: 8px;\r\n            background-color: #dcdee5;\r\n        }\r\n    }\r\n}"]}