How to make a div that comes in front of a site (position: fixed;) have scroll?
See an example here: link
Please note that by scrolling only the divs in the scroll bar do not scroll through the text of the fixed element.
How to make a div that comes in front of a site (position: fixed;) have scroll?
See an example here: link
Please note that by scrolling only the divs in the scroll bar do not scroll through the text of the fixed element.
Add only overflow-y: scroll;
to class .frente_fundo