Skip to content

Commit

Permalink
Update remodal.css
Browse files Browse the repository at this point in the history
Added the touch-action style to solve the Windows Phone 8 scroll issue
  • Loading branch information
fantarama committed Nov 16, 2015
1 parent 08b0f34 commit eea3d2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/remodal.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

html.remodal-is-locked {
overflow: hidden;
touch-action: none;
}

/* Anti FOUC */
Expand Down

0 comments on commit eea3d2a

Please sign in to comment.