SimpleBar does only one thing: replace the browser's default scrollbar with a custom CSS-styled one without losing performances. Unlike some popular plugins, SimpleBar doesn't mimic scroll with Javascript, causing janks and strange scrolling behaviours... You keep the awesomeness of native scrolling...
<footer class="footer navbar-static-bottom"> ... <div class="social-links"> <a href="#!" target="_blank"> <i class="fa fa-twitter fa-inverse"></i> </a> <a href="#!" target="_blank"> <i class="fa fa-codepen fa-inverse"></i> </a> <a href="#!" target="_blank...
or to set some css style: data-featherlight-iframe-style="border:none" You can also set the iframe attributesiframeWidth,iframeMinWidthetc. using JavaScript: $.featherlight({iframe: 'editor.html', iframeMaxWidth: '80%', iframeWidth: 500, iframeHeight: 300}); ...
<footer class="footer navbar-static-bottom"> ... <div class="social-links"> <a href="#!" target="_blank"> <i class="fa fa-twitter fa-inverse"></i> </a> <a href="#!" target="_blank"> <i class="fa fa-linkedin fa-inverse"></i> </a> <a href="#!" target="_blank...