unlayer / react-email-editor

Drag-n-Drop Email Editor Component for React.js

Home Page:https://unlayer.com/embed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Window half-height?

petridish-dg opened this issue · comments

The editor only takes up half the available height.

You set styles on the div.

<div id={editorId} style={{ minheight: "100vh" }} />