nebular
nebular copied to clipboard
NbList having default scrollbar
Issue type
- [x] bug report
- [ ] feature request
Issue description
Current behavior: ng-list component has default(standart) scrollbar appearance
Expected behavior: ng-list component to have custom(defined by selected theme) appearance
Steps to reproduce:
- git clone https://github.com/akveo/ngx-admin.git
- cd ngx-admin && npm i
- npm start
- locate to nb infinite list tab
Other information:
npm, node, OS, Browser
<!--
Node, npm: 14.5.1 / 7.20.5
OS: Windows (10)
Browser: Chrome/Firefox
-->
While visiting demo of nebular at https://www.akveo.com/ngx-admin/pages/layout/infinite-list shows proper scrollbar stylement. Cannot find any calls to scrollbar mixin in @nebular/theme/components/nb-list There is just no styles like:
.nb-theme-default nb-card nb-list::-webkit-scrollbar-thumb
, in browser. On a clean install.
Also, cannot find any scrollbar variables style declarations in @theme/themes.scss While for nb-layout and some other components with scrollable class - scrollbar custom styles are applied fine
Hello, will it be fixed ?
Using Nebular v9.1.0-rc.6
I was able to stylize the scrollbar by using the scrollable-container class as below :
<nb-list class="scrollable-container">
<nb-list-item>item</nb-list-item>
...
</nb-list>
NB : This class should be imported from search.component.curtain.scss