UNPKG

@enact/ui

Version:

A collection of simplified unstyled cross-platform UI components for Enact

11 lines (10 loc) 259 B
.scroller { /* hide native scrollbar */ scrollbar-width: none; will-change: transform; /* hide native scrollbar */ /* NOTE: Needs to be revisited whether it can be replaced with scrollbar-width */ } .scroller::-webkit-scrollbar { display: none; }