summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-29 16:23:10 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-29 16:23:10 +0200
commitab70b3af337b87a04a5fdef1dd0ecb09c9b3134a (patch)
treea10cfe057f9d0f03c6aed4c4c37642f0f9b41225 /templates
parent1f484db214a5a01c27258a349c40f9f66ea7e728 (diff)
fix #135 by not cloning the element
Diffstat (limited to 'templates')
-rw-r--r--templates/part.listfeed.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index a6cc973bb..49afe2cfc 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -12,10 +12,8 @@
zIndex: 1000,
axis: 'y',
delay: 200,
- helper: 'clone',
- containment: 'document',
- scroll: true,
- scrollSensitivity: 100
+ containment: '#app-navigation ul',
+ scroll: true
}">
<a ng-style="{ backgroundImage: feed.faviconLink }"
ng-click="feedBusinessLayer.load(feed.id)"