Skip to content

Commit dc49b95

Browse files
committed
removed work in progress label and added link to example
1 parent 8069598 commit dc49b95

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/advanced/overflow.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Overflow
22

3-
{% hint style='working' %}
4-
This feature is still work in progress
5-
{% endhint %}
6-
73
It is possible to have infinite scrolling pages inside an overflow element.
84

95
First define a container element.
@@ -32,3 +28,5 @@ let ias = new InfiniteAjaxScroll('#scroller', {
3228
scrollContainer: '#scroller'
3329
});
3430
```
31+
32+
[View this behaviour in a live demo](https://infiniteajaxscroll.com/examples/overflow/)

0 commit comments

Comments
 (0)