Прокрутка текста на мобильном касанием

@media (min-width:1024px) {
.big-content {
overflow: scroll;
touch-action: pan-y;
}
}