Answer the question
In order to leave comments, you need to log in
How to make niceScroll and bootstrap 3 dropdown-menu friends?
I'm working on a layout where there should be a notification menu on the right side of the site. That is, when the user clicks on the notification icon, a window opens where these notifications actually exist.
However, there may be a situation where there can be a lot of these notifications and I decided to make them scroll.
Using a regular overflow is somehow not very good for the design, so I chose the jquery scroller
areaaperta.com/nicescroll
The site also uses bootstrap 3.
So my code is:
<li class="dropdown" id="menuNotice">
<a class="dropdown-toggle" href="#" data-toggle="dropdown"><span> </span></a>
<div class="dropdown-menu">
<div class="scroll-block" style="max-height: 300px;">
<?=frontend\modules\notification\widgets\NotificationsList::widget()?>
</div>
</div>
</li>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question