Reputation: 17576
How to make sidebar always visible in the Semantic UI? Simply adding the "active" css class works, but messes up page layout.
There is a working example on
jsFiddle.
Upvotes: 8
Views: 13506
Reputation: 17576
This issue is officially fixed since 2015 so the definite answer can be found below.
Just for reference… in 2014 I had to do following things to make this work:
active
css class to the sidebaradd html code:
<div class="segment">
<div class="container" style="margin:1.5em 1.5em 1.5em 325px">
<!-- content here -->
</div>
</div>
Upvotes: 3