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 ```html
<style> <style>
#Demo { #Demo {
position: 'relative'; position: relative;
height: 100%; // Or whatever you want (eg. 400px) height: 100%; /* Or whatever you want (eg. 400px) */
overflow: hidden; overflow: hidden;
} }
</style> </style>