Stuck
The sidebar will stay in position until you click on the close button.
Add a .sb--stuck
class to the #root
to make the sidebar stick to its position.
<body>
<div id="root" class="root sb--stuck">
...
</div>
</body>
The sidebar will stay in position until you click on the close button.
Add a .sb--stuck
class to the #root
to make the sidebar stick to its position.
<body>
<div id="root" class="root sb--stuck">
...
</div>
</body>