We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70779cc + fdebdce commit f2ab6baCopy full SHA for f2ab6ba
tests/dummy/app/templates/scroll-position.hbs
@@ -15,6 +15,7 @@ Item Width: {{itemWidth}}
15
Scroll Left: {{input value=scrollLeft}}
16
Scroll Top: {{input value=scrollTop}}
17
</p>
18
+<p>Note: The usage of this component remembers its scroll position. Try it by navigating away from this route and then returning.</p>
19
<hr />
20
21
<div class="simple-list" style={{{concat 'position:relative;width:' containerWidth 'px;height:' containerHeight 'px;'}}}>
0 commit comments