You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use ng-scrollbar in my project for implementing a scrollbar but somehow it's not working for me. I have included following files in my index.html:
.navbar-nav > .notifications-menu {
> .dropdown-menu > li .menu {
// Links inside the menu
> li > a {
color: #444444;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 10px;
// Icons inside the menu
> .glyphicon,
> .fa,
> .ion {
width: 20px;
}
}
}
}
For exact CSS, you can take a look at this https://almsaeedstudio.com/preview. I'm just trying to implement the notification icon with a scrollbar functionality.
Can anyone please tell me where exactly am I doing wrong ? It'll be great if someone can give me a simple example of how to use this ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use ng-scrollbar in my project for implementing a scrollbar but somehow it's not working for me. I have included following files in my index.html:
<script src="bower_components/ng-scrollbar/dist/ng-scrollbar.js"></script>Also, my jade template looks like this:
My css corresponding to this block looks like:
For exact CSS, you can take a look at this https://almsaeedstudio.com/preview. I'm just trying to implement the notification icon with a scrollbar functionality.
Can anyone please tell me where exactly am I doing wrong ? It'll be great if someone can give me a simple example of how to use this ?
Thanks
The text was updated successfully, but these errors were encountered: