Fix scrolling on Winphone IE
authorChip Black <bytex64@bytex64.net>
Sat, 11 Apr 2015 07:04:46 +0000 (02:04 -0500)
committerChip Black <bytex64@bytex64.net>
Sat, 11 Apr 2015 07:04:46 +0000 (02:04 -0500)
www/css/blerg.css

index 4aeca0f..48b63f9 100644 (file)
@@ -558,3 +558,7 @@ footer a {
 .email-address {
     font-weight: bold;
 }
 .email-address {
     font-weight: bold;
 }
+
+.enyo-no-touch-action#blerg {
+    -ms-touch-action: pan-y;
+}