﻿.scrollBarCore::-webkit-scrollbar {
    width: 6px;
    height: 5px;
}

.scrollBarCore::-webkit-scrollbar-thumb {
    background: rgba(117,117,117,.8);
    width: 6px;
    height: 5px;
    border-radius: 100px;
}
.scrollBarCore{
    overflow-y:auto;
}

.scrollBarCoreH::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

.scrollBarCoreH::-webkit-scrollbar-thumb {
    background: rgba(117,117,117,.6);
    width: 6px;
    height: 5px;
    border-radius: 100px;
}

.scrollBarCoreH {
    overflow-y: auto;
}
