Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
You have overflow-x: scroll in your html file styles322.css. Be careful.
the reasons for the appearance of the scroll to the end ...
starting from overflow: scroll, continuing with a block width of 100vw and ending with some kind of padding.
well, hide it, what's the trouble:
.класс_с_оверфлоу {
overflow-x: none;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question