I would like to have a horizontal scroll bar and a vertical scroll bar on the root container and a vertical scroll bar on the sub-containers and a horizontal scroll bar. Compatibility Required: IE, Edge, Chrome, FF. (Latest Version)
<rootcontainer> => horizontal scroll <subcontainer1> => vertical scroll <data></data> </subcontainer1> <subcontainer2> => vertical scroll <data></data> </subcontainer2> </rootcontainer>
There are no scrolling issues in Chrome and FF, but in IE11 and Edge the scrolling of the root container overlaps with the contents of the secondary container.
Note: each subcontainer must have a width equal to 50% of the subcontainer.
Here is my problem in the script.
What did I miss to make it work?
EDIT:
Windows 10 Edge 
Windows 10 IE 
Note that in IE11, borders are not visible. The error is more noticeable on Edge
css cross-browser internet-explorer css3
Zysce
source share