Skip to content

Instantly share code, notes, and snippets.

@PoTHuYJoHN
Last active December 20, 2015 04:18
Show Gist options
  • Save PoTHuYJoHN/6069435 to your computer and use it in GitHub Desktop.
Save PoTHuYJoHN/6069435 to your computer and use it in GitHub Desktop.
Chrome smooth font snippet when transform:rotate
.post-comm-submit {
position: absolute;
right: -23px;
width: 77px;
top: 24px;
-webkit-transform: rotate(-90deg) translate3d(0,0,0);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-backface-visibility : hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment