More Options

Visibility

Toggle the class sb--show to show/hide the sidebar.

<body>
    <div id="root" class="root sb--show">
        ...
    </div>
</body>

Disable backdrop

Toggle the class sb--bd-0 to toggle the sidebar backdrop.

<body>
    <div id="root" class="root sb--bd-0">
        ...
    </div>
</body>

Static position

Toggle the class sb--static to toggle the sidebar position.

<body>
    <div id="root" class="root sb--static">
        ...
    </div>
</body>