Merge pull request #217 from josemalonsom/patch-1
Minor corrections in example.
This commit is contained in:
commit
f231110f21
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user