@mixin touch-scroll {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}