.scrollContainer{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1;width:100%;height:300px;overflow-y:scroll}.scrollContainer::-webkit-scrollbar{width:2px}.scrollContainer::-webkit-scrollbar-thumb{background:#888;border-radius:20px}.scrollContainer::-webkit-scrollbar-track{background:#f1f1f1}@supports (-webkit-touch-callout:none){.scrollContainer::-webkit-scrollbar{width:2px}.scrollContainer::-webkit-scrollbar-thumb{background:#888;border-radius:20px;height:100px}.scrollContainer::-webkit-scrollbar-track{background:#f1f1f1}}
