/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
::-webkit-scrollbar{
    width: 0.7vw;
    background: #FAFBFC;
}
::-webkit-scrollbar-thumb{
    background: -webkit-linear-gradient(transparent,#f36d36);
    background: linear-gradient(transparent,#f36d36);
    border-radius: 20px;
}