I’m trying to design a sideways scroll for the row because it has a few inline elements. It works fine, but the problem is that it only works once. I can only scroll once, then it stops working.
I’m not sure what causes this or how to fix it, but I have not been able to find any solution to this problem.
Does anyone know how to solve this to make it work well?
.testujemerow {
overflow-x: auto !important;
max-width: 100% !important;
width: auto !important; }