/* This CSS enables fast scrolling */

.fastScroll {
overflow-y: hidden !important;
-webkit-overflow-scrolling: touch !important;
}
