There are no notes for this item.
<div class="scrollbar-outer-div">
<div class="scrollbar-inner-div"></div>
</div>
/*------------------------------------*\
#SCROLLBAR
\*------------------------------------*/
::-webkit-scrollbar {
width: 15px;
}
::-webkit-scrollbar-track {
background-color: $background-scrollbar;
}
::-webkit-scrollbar-thumb {
border-radius: $radius-default * 2;
background-color: $background-default;
box-shadow:
0 0 0 2px $background-scrollbar inset,
0 0 0 3px $border-default inset;
}