Currently, I am facing an issue with two divs that have a position: fixed;
property. Everything functions properly until I zoom in on the page. Typically, when you zoom in on a page, two sliders appear to allow you to view content beyond your screen. However, in this case, if those two fixed position divs are off-screen, the browser does not permit scrolling to reach them.
This problem does not occur if the divs do not have a fixed position. Are there any potential solutions aside from changing their position to relative?