GrapesJS / grapesjs

Free and Open source Web Builder Framework. Next generation tool for building templates without coding
https://grapesjs.com
BSD 3-Clause "New" or "Revised" License
22.36k stars 4.05k forks source link

Remove some initial styles from frame canvas #4082

Closed jloguercio closed 2 years ago

jloguercio commented 2 years ago

GrapesJS version

What browser are you using?

Chrome v96

Reproducible demo link

No demo

Describe the bug

When i load some template, the editor add some initial styles like the image below, how can i set or remove some or that styles? for example : i need to remove the webkit scrollbar styles because it modify all the inner scrollbars of my template.

test123

Code of Conduct

artf commented 2 years ago

Check the main editor config options (eg. baseCss) https://github.com/artf/grapesjs/blob/dev/src/editor/config/config.js And please, don't use issue bugs for questions, open a discussion in that case.

jloguercio commented 2 years ago

Thank you very much