Skip to content

Instantly share code, notes, and snippets.

@katapad
Created July 18, 2013 06:55
Show Gist options
  • Save katapad/6027224 to your computer and use it in GitHub Desktop.
Save katapad/6027224 to your computer and use it in GitHub Desktop.
@import "compass/css3/user-interface"
@mixin smartphone-init
*-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
-webkit-touch-callout: none
*:not(input)
+user-select(none)
@mixin overflow-scroll()
-webkit-overflow-scrolling: touch
//スクロールが重いのでgpu ON
-webkit-transform: translateZ(0px)
@mixin abs($left: 0, $top: 0)
position: absolute
top: $top
left: $left
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment