Fixed top offset

This example shows how to set up the toolbar distance from the top of the page when it is fixed on the scroll.

Code

<!--element -->
<textarea id="content"></textarea>

<!-- call -->
<script>
$R('#content', { toolbarFixedTopOffset: 40 });
</script>