I'm currently working on a bootstrap website that features two columns that stretch to the height of the viewport, with any overflow being managed by scrollbars. This allows for the columns to be scrollable without affecting the overall page height.
However, the issue arises when the scrollbars become visible, making the design look cluttered. I'm looking for a way to keep the columns scrollable but hide the scrollbars. I've tried using CSS solutions but they seem to have browser compatibility issues. If anyone knows of a workaround, I would greatly appreciate the help.