Hey there, I'm looking to have a div stay fixed after scrolling within its parent div.
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="fw ofndr-box">
<div class="ofndr-box-half add-here">
<a href="#!/lead-court/5c0622ad78bdba5f566538d8" style="color: white;">Header 1</a>
</div>
<div class="ofndr-box-half2 add-here">
<a href="#" data-ng-click="addrequestpopup()" class="ofndr-btn pull-right">+New</a>
</div>
<div class="fw ofndr-box-in">
</div>
</div>
</div>
I've included a link to my working fiddle above. In the fiddle, I aim to make the header and +new button remain fixed after scrolling inside the blue colored div. Link to Fiddle