top of page
bottom of page
/* For most modern browsers */ ::-webkit-scrollbar { display: none; /* Hides scrollbar for Webkit browsers like Chrome and Safari */ } html, body, .your-element { -ms-overflow-style: none; /* Hides scrollbar for IE and Edge */ scrollbar-width: none; /* Hides scrollbar for Firefox */ }