Closed greggman closed 6 years ago
Please replace the css import with
import 'perfect-scrollbar/dist/css/styles.css'
and have a try again.
I think you meant
import 'react-perfect-scrollbar/dist/css/styles.css';
That works.
maybe update the docs? Or did I mis-understand? There is no file perfect-scrollbar/dist/css/styles.css
but that's what your README says
My fault. Thanks for the feedback.
I'm probably doing something really dumb but I tried to get this to work here
https://codesandbox.io/s/qx185m784q
And no luck. Any ideas?