summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-27 02:08:40 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-27 02:08:46 +0200
commit9d785168559eeaf2009078536ad98c23fa2cd6b0 (patch)
tree84fc7f0efc8b988db874ad0b370de12bd4710840 /templates
parent440eee1f6550149dc9b5adc41d1e71dae718dcbd (diff)
use containement window
Diffstat (limited to 'templates')
-rw-r--r--templates/part.listfeed.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 7c01fdb56..7a0d4de52 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -12,7 +12,10 @@
zIndex: 1000,
axis: 'y',
delay: 200,
- helper: 'clone'
+ helper: 'clone',
+ containment: 'window',
+ scroll: true,
+ scrollSensitivity: 100
}">
<a ng-style="{ backgroundImage: feed.faviconLink }"
ng-click="feedBusinessLayer.load(feed.id)"