Answer the question
In order to leave comments, you need to log in
How to remove scroll?
test.dar-inform.com
In phone mode through the inspector or on a real phone, the beveled strip near the testimonials block pops out to the right side and a scroll appears, although the body has overflow-x:hidden and it works on the PC version. How to remove the scroll on the mobile version?
Answer the question
In order to leave comments, you need to log in
.testimonials {
overflow: hidden;
}
The scrollbar appears because of the before pseudo-element, which has a width of 200%. Put 100%, it will solve the problem.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question