Hi, can anyone help me to understand about the x-scrollbar that is always present? I mean, I could hidden it, but I want understand (and repair) the issue. I tried to check it using this way
and I understood that the problem could be either the #feature-cont or form. But exactly, there is something that I can’t find.
No, I mean, that there is for sure (ok, not at 100%) an element that is more than 100vw but I can’t find it and understand which it is exactly.
Sure that an option could be overflow-x: hidden, but the problem would be still there.
I set the width in vw values, and so, for example, the form was actually with the width of 100vw BUT at the end was more than it. But actually, I thought that with border-box option there was no more problems about this.