Hossein Nedaee

Results 2 comments of Hossein Nedaee

I had the same problem and solved it by using `file://` in my html code, for example, I imported my font-face declration css file in them main like this: `...

I have created a component like this and it works: ```javascript import React, { useRef } from 'react'; import Measure from 'react-measure'; import { Scrollbars } from 'react-custom-scrollbars'; const Scrollbar:...