react-md-editor
react-md-editor copied to clipboard
Edit editor style
Is it possible to easily change editor style e.g. change scrollbars to thin, change background color for preview etc?
I know I can use style={{ scrollbarWidth: 'thin', color: 'red', background: 'blue' }}, but it doesn't work for scrollbars and preview background
@RARgames You can use className to change styles.