Tags
css
Created
Oct 23, 2018 6:16 AM
Custom scrollbar: https://developers.google.com/web/updates/2017/03/custom-scrollbar
spec: https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-width
::-webkit-scrollbar {
width: 0 !important;
}
overflow: -moz-scrollbars-none;