﻿.scrollbar-container {
    width:100%;
    height: 100%;
}

    .scrollbar-container .scrollbar {
        width: 100%;
        height: 100%;
        position: relative;
        overflow-x: scroll !important;
    }

        .scrollbar-container .scrollbar .scrollbar-width-calculator {
            position: relative;
            height: 1px;
            width: 1px;
        }
