unlayer / react-email-editor

Drag-n-Drop Email Editor Component for React.js
https://unlayer.com/embed
MIT License
4.51k stars 728 forks source link

Window half-height? #371

Open petridish-dg opened 9 months ago

petridish-dg commented 9 months ago

The editor only takes up half the available height.

M0hammedImran commented 9 months ago

You set styles on the div.

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