UNPKG

@enact/sandstone

Version:

Large-screen/TV support library for Enact, containing a variety of UI components.

20 lines (19 loc) 401 B
.scrollbar { background: none; border-color: transparent; opacity: 1; pointer-events: none; transition: opacity 100ms ease-out; will-change: opacity; /* ScrollbarTrack */ } :global(.enact-locale-right-to-left) .scrollbar.horizontal { direction: ltr; transform: scaleX(-1); } .scrollbar.focusableScrollbar { pointer-events: auto; } .scrollbar .scrollbarTrackShown { opacity: 1; }