@media (min-width: 992px) {

    .navbar-expand-lg .navbar-collapse {
        overflow-x: auto !important;
        overflow-y: hidden !important;
    }

    ::-webkit-scrollbar {
        height: 3px;
        width: 3px;
        background: gray;
    }

    ::-webkit-scrollbar-thumb:horizontal {
        background: #EC905D;
        border-radius: 10px;
    }
}