Merge pull request #217 from josemalonsom/patch-1

Minor corrections in example.
This commit is contained in:
Hyunje Alex Jun 2014-09-29 21:54:11 +01:00
commit f231110f21

View File

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