/* CSS styles in this file are need for proper Baron work */
.bar_wrapper {
    position: relative;
    overflow: hidden;
}

.bar_scroller {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    border: 0;
}

.scroller__bar { /* The bar. You should define width, right and background */
    position: absolute;
    right: 0;    
    z-index: 1;
    width: 8px;
    background: #281503;
}
