html {
    height: 100%; /* nicescroll doesn't work without this - since some themes may not have this set we declare it here just incase */
}
.nicescroll-rails {
    box-sizing: initial !important; /* frameworks like bootstrap add border-box box sizing globally.  In order to allow padding on our scroll bars we must reset it*/
}
.nicescroll-rails * {
    box-sizing: initial !important;
}
.nicescroll-cursors.withPointer {  /* this is for when cursor pointer is enabled */
    cursor: pointer;
    cursor: hand;
}