I have a modal that contains two columns
. I am trying to make the columns scrollable independent of each other. The important thing is that I want the tick scrollbar be hidden.
I have only made the row scrollable and the scrollbar is hidden. But I can't make the two columns be so.
https://codepen.io/anon/pen/bKxodX
There are a few similar questions have been asked before, but they did not help.
How can i make 3 independently scrollable columns
How to create two independently-scrollable columns in a responsive grid?
Hide scroll bar, but while still being able to scroll
Update
This is a widget in an App that we use. So, I am can not change style of body, html, and the parent of container-fluid.