Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 613 Bytes

scrollbar.md

File metadata and controls

28 lines (21 loc) · 613 Bytes

Common/Scrollbar

Wraps children with styled scrollbars.

Scrollbar example

<Scrollbar>
    <p>Line one</p>
    <p>Line two</p>
    <p>Line three</p>
    <p>Line four</p>
    <p>Line five</p>
    <p>Line six</p>
    <p>Line seven</p>
</Scrollbar>

CSS

Adds dp-scrollbar to wrapping element.

Adds dp-scrollbar__track-vertical to the vertical track.

Adds dp-scrollbar__track-horizontal to the horizontal track.

Adds dp-scrollbar__thumb-vertical to the vertical thumb.

Adds dp-scrollbar__thumb-horizontal to the horizontal thumb.