When viewed in IE 11, the UI does not show a scroll bar
In Chrome, the UI displays a scroll bar
The CSS code is as follows:
.r-listbox {
overflow:scroll;
width: 200px;
display: table-cell;
min-height: 1px;
padding-left: 10px;
margin-left: 200px;
margin-top: -10px;
}
.r-listbox
{
-ms-overflow-style:scrollbar;
overflow:scroll;
width: 200px;
display: table-cell;
min-height: 1px;
padding-left: 10px;
margin-left: 200px;
margin-top: -10px; ``
}
I have made adjustments, but the scroll still does not display in IE 11. https://i.sstatic.net/GQhQu.png