Scrollbar 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;