I have this problem in react.
Perfect-Scrollbar dont work properly with Ag-Grid.
Vertical Scrollbar only show if you use keyboard and scoll down in list and Horizontal Scrollbar dont show PerfectScrollbar at all.
"react": "^16.9.0"
"ag-grid-react": "^21.1.0"
"perfect-scrollbar": "^1.4.0"
I have tried to update Perfect-Scrollbar after dataloading.
I have tried several css settings.
I have a codesandbox sample to demonstrate.
https://codesandbox.io/s/ag-grid-perfect-scrollbar-wgbsj
I would like Perfect-Scrollbar to work with Ag-Grid because its looks great.