Created
October 7, 2016 07:48
-
-
Save gwagroves/a9f25a6b68eca31a1d431baa547a4c02 to your computer and use it in GitHub Desktop.
Revisions
-
gwagroves created this gist
Oct 7, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ /* http://stackoverflow.com/a/19054794/698511 */ body.no-scroll { left: 0; -webkit-overflow-scrolling: touch; position: fixed; top: 0; width: 100%; }