.sticky{
    position: -webkit-sticky;
    position: sticky !important;
    top: 0;
}
.navbar--scroll {
    overflow: hidden;
    overflow-x: auto; 
    white-space: nowrap; 
    position: relative;
    height: 54px;
}
.navbar--scroll::-webkit-scrollbar{
    display: none;
}
.navbar--scroll>li{
    /* overflow-x: scroll; */
    /* position: absolute; */
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
    display: inline-block; 
    float: none; 
}