﻿.scrollbar-thin {
    overscroll-behavior-y: contain;
}
.scrollbar-thin::-webkit-scrollbar {
    width: .375rem !important;
    height: .375rem !important;
}
.scrollbar-thin::-webkit-scrollbar-thumb {
    background-color: #CAD5E2 !important;
    border-radius: .25rem !important;
}
.scrollbar-thin::-webkit-scrollbar-track {
    background: #F1F5F9 !important;
    border-radius: .25rem !important;
}
