for example, in the block I replaced the slider itself through a pseudo-class, but nothing has changed:
.filter__checkbox-list { height: 105px; overflow: scroll; overflow-x: hidden; &::-webkit-scrollbar-thumb { background: red; } } it was necessary to do so, but will the css data properties work for the block?
