Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed scrollbar for all browser types
/* Internet Explorer, Edge: */ -ms-overflow-style: none; /* Firefox: */ scrollbar-width: none; /* Safari, Chrome */ ::-webkit-scrollbar { display: none; }
- Loading branch information