Update README.md

The container must have the properties height and overflow.
This commit is contained in:
jlcarvalho 2014-07-09 11:26:54 -03:00
parent 6fa5f198e2
commit 1f8a37894b

View File

@ -120,7 +120,11 @@ How to Use
```html
<style>
#Demo { position: 'relative'; }
#Demo {
position: 'relative';
height: 100%; // Or whatever you want (eg. 400px)
overflow: hidden;
}
</style>
<div id='Demo'>
<div>