Fixed element having scroll

Asked

Viewed 72 times

1

How to make a div that enters in front of a site (position: Fixed;) have scroll?

See an example here: https://jsfiddle.net/caiocafardo/cj5gLt18/5/

Note that when scrolling only the back Ivs that suffer the scroll... it is not possible to read all the text of the Fixed element.

  • you tried to use the overflow-y:scroll; in the element that is Fixed?

  • Yes, I tried... nothing happened... https://jsfiddle.net/caiocafardo/cj5gLt18/5/

1 answer

1


Just add overflow-y: scroll; in class .frente_fundo

  • No use... see: https://jsfiddle.net/caiocafardo/cj5gLt18/5/

  • I’m sorry, it was scroll and not scoll. And don’t forget the dot and comma at the end!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.