Minor corrections in example.

Just a couple of minor corrections in the CSS of the example "How to use".
This commit is contained in:
josemalonsom 2014-09-29 22:18:05 +02:00
parent abab1e47a4
commit 503b05f5ae

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>