Программисты Html
1741751810
Anonymous
Я пытаюсь иметь две ящики для Div, которые можно прокрутить для длинного контента. However, the scrollbar for the box on the left seems to be hidden behind my background image div and I can't figure out a way to have it show. Даже Dev Tools показывает, что Scrollbar есть, но я исчерпал все, что я могу придумать. Ищу некоторую помощь по этому поводу. < /P>
[code] .left {
width:50%;
overflow-y: scroll;
order:1;
z-index:1;
[/code]
}
Полный код ниже
https://codepen.io/woj56k/pen/rnwlbwm
Подробнее здесь: [url]https://stackoverflow.com/questions/79502600/scrollbar-hidden-behind-div-image[/url]