.scroll-container{position:relative;height:200px;max-height:430px;min-width:230px;max-width:350px;overflow:hidden}.scroll-container .scroll-content{min-width:calc(100% + 20px) !important;height:100%;overflow-y:auto;padding-left:4px}.scroll-container .scrollbar-track{position:absolute;right:0;top:0;width:6px;height:100%;background-color:#e9e9e9;border-radius:3px}.scroll-container .scrollbar-track .scrollbar-thumb{position:absolute;left:50%;top:0;width:calc(100% - 1px);height:30px;transform:translateX(-50%);background-color:#fe7e4b;border-radius:3px;cursor:pointer}