O
O
Observer_J2020-05-09 21:46:09
css
Observer_J, 2020-05-09 21:46:09

The page does not scroll, there is no scroll. How can this be fixed?

I have such a problem - I started to make up the site, added a couple of blocks, a couple more under them, and eventually
found that the page did not scroll down. I attached all the necessary files at the link: https://cloud.mail.ru/public/qKVG/2xvSj5orA

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dubolom Unicellular, 2020-05-09
@duboloms

See if the body tag is specified height 0or there overflow: hidden, if so, remove it and write this

body {
  overflow: scroll;
}

F
Froggyweb, 2020-05-09
@Froggyweb

body
/* overflow: hidden; */
and you don't need to sculpt position:absolute anywhere

O
Observer_J, 2020-05-11
@Observer_J

Thanks to everyone, the problem was solved by deleting the block with the slider, the code of which I took from the Internet

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question