SyntaxFix
Write A Post
Hire A Developer
Questions
To hide scroll bar on Chrome, Firefox and IE you can use this:
.hide-scrollbar { overflow: auto; -ms-overflow-style: none; /* IE 11 */ scrollbar-width: none; /* Firefox 64 */ }