I\'d like to create a div that is able to scroll but does not display scrollbars. I have found a solution for Webkit (below) but how can this be done in other browsers?
For Edge: -ms-overflow-style: none;
-ms-overflow-style: none;
For Firefox: scrollbar-width: none;
scrollbar-width: none;