From: Chip Black Date: Sat, 11 Apr 2015 07:04:46 +0000 (-0500) Subject: Fix scrolling on Winphone IE X-Git-Url: http://git.bytex64.net/?a=commitdiff_plain;ds=sidebyside;h=b3ecb71871ada97323f143b29fe7c4090082daa3;p=blerg.git Fix scrolling on Winphone IE --- diff --git a/www/css/blerg.css b/www/css/blerg.css index 4aeca0f..48b63f9 100644 --- a/www/css/blerg.css +++ b/www/css/blerg.css @@ -558,3 +558,7 @@ footer a { .email-address { font-weight: bold; } + +.enyo-no-touch-action#blerg { + -ms-touch-action: pan-y; +}