@mixin mobileOverflow($y: auto) {
  @if $y != null {
    overflow-y: $y;
  }

  -webkit-overflow-scrolling: touch;
}
