/* Hide scrollbar for Chrome, Safari, and Opera */ html::-webkit-scrollbar { display: none; } /* Hide scrollbar for IE, Edge, and Firefox */ html { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } /* Ensure scrolling still works on Safari (iOS and macOS) */ html { -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */ overflow: auto; /* Ensure scrolling is enabled */ }