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 ```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>