css is not being applied to jodit in react, and i can't figure out why, examples:
and when scrolling down:
my code is simple:
import JoditEditor from "jodit-react";
function Comp(){
return(
<div> <JoditEditor></JoditEditor> </div> ) }
any help is appreciated.