


::-webkit-scrollbar  {
    background:         transparent;
    box-shadow:         0 0 6px rgba(0,0,0,0.4);

    height:             20px;
    z-index:100;
}

::-webkit-scrollbar-thumb  {
    background:         rgba(255,255,255,.20);
}

::-webkit-scrollbar-corner {
    background:         transparent;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.4);

}
