I have two position: fixed;
divs. Everything works fine until I zoom up the page. Normally when you zoom up page two sliders appear that allow you to see the rest of the page that is out of your screen. However, for some reason if those two divs that have fixed position are out of screen the browser doesn't allow to scroll to them.
This doesn't happen if the divs don't have fixed position. Is there ANY solution besides changing position to relative?