﻿::-webkit-scrollbar {
    width: 1px !important;
    height: 1px !important;
}

::-webkit-scrollbar-thumb {
    /*background: rgba(255, 255, 255, 0.2) !important;*/
    background: transparent !important;
}

::-webkit-scrollbar-track {
    /*background: rgba(255, 255, 255, 0.2) !important;*/
    background: transparent !important;
}

.scrollable-content::-webkit-scrollbar * {
    background: transparent !important;
    /*manage scrollbar background color here*/
}

.scrollable-content::-webkit-scrollbar-thumb {
    /*background: rgba(255,0,0,0.1) !important;*/
    background: transparent !important;
    /*manage scrollbar thumb background color here*/
}
