I am faced with a challenge involving a modal that contains two columns. My goal is to make these columns scrollable independently of each other while ensuring the scrollbar remains hidden.
Thus far, I have managed to make the row scrollable with a hidden scrollbar, but achieving the same for the two columns has proven difficult.
Check out my progress on CodePen
Despite looking at similar questions that have been asked before, none of the solutions provided have been helpful.
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
The widget in question is part of an App we utilize, making it impossible for me to modify the styles of body, html, or the parent of container-fluid.