S
supermanageJun 5, 2019
Hello adding the sticky classes to bootstrap columns makes the content within thin, here's my code:
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-12 d-none d-sm-block">
<div class="sidebar sticky-sidebar-wrap">
<div class="sidebar-widgets-wrap" id="main_column">
<div class="sticky-sidebar">
<ul class="list-group">
<li>first</li>
</ul>
</div>
</div>
</div>
</div><!-- end 1st -->
<!-- other html elements -->
</div><!-- end row -->I've attached the file what it looks like.
