Why isn't doctype included by default? #4271
-
I know there are several issues opened regarding this, and that @artf has provided a workaround (which unfortunately doesn't work very well for us at least in the case where the editor is empty, see https://jsfiddle.net/gratiafide/mgfetw95/6/ - note you cannot drag and drop a new component into the editor if the editor doesn't already have any components in it). Why isn't Because of the above issue, we cannot use the doctype workaround provided by @artf and without |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey I think the first reason was probably because of that bug but I'd ask you to check if this solves your issues in standard mode grapesjs.init({
// ...
canvasCss: '[data-gjs-type="wrapper"] { min-height: 100vh }',
}) |
Beta Was this translation helpful? Give feedback.
Hey I think the first reason was probably because of that bug but I'd ask you to check if this solves your issues in standard mode