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.
1 parent 8069598 commit dc49b95Copy full SHA for dc49b95
docs/advanced/overflow.md
@@ -1,9 +1,5 @@
1
# Overflow
2
3
-{% hint style='working' %}
4
-This feature is still work in progress
5
-{% endhint %}
6
-
7
It is possible to have infinite scrolling pages inside an overflow element.
8
9
First define a container element.
@@ -32,3 +28,5 @@ let ias = new InfiniteAjaxScroll('#scroller', {
32
28
scrollContainer: '#scroller'
33
29
});
34
30
```
31
+
+[View this behaviour in a live demo](https://infiniteajaxscroll.com/examples/overflow/)
0 commit comments