.fl-scrolls, .fl-scrolls div {
    font-size:0;
    line-height:0;
    margin:0;
    padding:0;
}
.fl-scrolls {
    bottom: 23px;
    height:35px;
    overflow:auto;
    position:fixed;
}
.fl-scrolls div {
    height:1px;
    overflow:hidden;
}
.fl-scrolls div:before {
    content:""; /* fixes #6 */
}
.fl-scrolls-hidden {
    bottom:9999px;
}

.fl-scrolls-viewport {
    /* It can be any type of positioning except static. Redefine in your CSS as needed */
    position:relative;
}
.fl-scrolls-body {
    overflow:auto;
}
.fl-scrolls-viewport .fl-scrolls {
    left:0;
    position:absolute;
}