malihu / malihu-custom-scrollbar-plugin

Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support etc.
http://manos.malihu.gr/jquery-custom-content-scroller
MIT License
4.11k stars 1.51k forks source link

mcustomscrollbar does not work in bootstrap popover #637

Open BoumBam opened 5 years ago

BoumBam commented 5 years ago

Why mcustomscrollbar does not work in bootstrap popover ?

I tried these codes below but nothing is doing. html

       <span data-placement="bottom" data-popover-content="#_popover_sticker" data-toggle="popover" tabindex="0">    </span>   <div class="hidden" id="_popover_sticker">
   <div class="popover-body">
         <div class="popover_sticker_container"> 
        </div>
   </div>

$(".popover_sticker_container").mCustomScrollbar({ setHeight: 400, theme:"minimal-dark" });