diff --git a/dashboard-ui/bower_components/polymer/polymer.html b/dashboard-ui/bower_components/polymer/polymer.html index de1a20bc98..c3add1f243 100644 --- a/dashboard-ui/bower_components/polymer/polymer.html +++ b/dashboard-ui/bower_components/polymer/polymer.html @@ -586,7 +586,8 @@ prevent = dy > dx; prevent = dx > dy; } if (prevent) { -ev.preventDefault(); +// This prevents side scrolling in safari +//ev.preventDefault(); } else { Gestures.prevent('track'); } diff --git a/dashboard-ui/livetvchannels.html b/dashboard-ui/livetvchannels.html index 8b2e4bdd94..c4b36c85d6 100644 --- a/dashboard-ui/livetvchannels.html +++ b/dashboard-ui/livetvchannels.html @@ -18,43 +18,33 @@