Fix scrolling on Winphone IE
[blerg.git] / www / css / blerg.css
index 4aeca0f..48b63f9 100644 (file)
@@ -558,3 +558,7 @@ footer a {
 .email-address {
     font-weight: bold;
 }
+
+.enyo-no-touch-action#blerg {
+    -ms-touch-action: pan-y;
+}