Minor corrections in example.
Just a couple of minor corrections in the CSS of the example "How to use".
This commit is contained in:
parent
abab1e47a4
commit
503b05f5ae
@ -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