TinyMCE picking up unwanted styles

My TinyMCE is picking up some unwanted padding that I have on the body due to the site having a fixed header. What would be the best way to prevent this or override it?

Override the styles in editor-styles.less

https://github.com/roots/sage/blob/master/assets/styles/editor-style.less

1 Like

Ok perfect thanks. I was pretty sure editing that would work just wasnt sure if it was the proper way to override.