Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update style.css
Removes some transform jankiness in Chrome 55 (haven't tested earlier versions, but suspect it's there, too). https://video.twimg.com/tweet_video/C0ZCNbXVIAAUI0Q.mp4
  • Loading branch information
antibland authored Dec 23, 2016
commit 5b8505c35d297bdf1b07bd49d4cf34099c1b9935
1 change: 1 addition & 0 deletions 27 - Click and Drag/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ body {
cursor: pointer;
transition: all 0.2s;
transform: scale(0.98);
will-change: transform;
position: relative;
background: rgba(255,255,255,0.1);
font-size: 0;
Expand Down