R
R
relows2018-12-27 07:32:01
css
relows, 2018-12-27 07:32:01

Why does the scroll appear?

Why does an empty scroll appear on the page? It doesn't even have a slider.5c2455bf6658e784991196.png

Answer the question

In order to leave comments, you need to log in

4 answer(s)
F
FuriKuri, 2018-12-29
@relows

5c277dbb6db30295834038.png
You have overflow-x: scroll in your html file styles322.css. Be careful.

I
Ivan Dmitriev, 2018-12-27
@wolf1848

Most likely worth overflow: scroll;

A
Anton fon Faust, 2018-12-27
@bubandos

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.

I
id_dmitriy, 2018-12-27
@baton4eg

well, hide it, what's the trouble:

.класс_с_оверфлоу {
 overflow-x: none;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question