Use this in the handleStyle
argument of pulloutPanel
1 2 3 4 5 6 7 | handleStyle(
height = "100%",
width = "25px",
backgroundColor = "#ddd",
top = 0,
...
)
|
height, width |
the handle height and width, in valid CSS units |
backgroundColor |
the color of the handle |
top |
the distance from the top of the pullout panel to position the handle |
... |
further arguments to pass to the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.