Editor shouldn't grow bigger than page height

This commit is contained in:
Nicolas Wavrant 2019-06-28 15:10:23 +02:00
parent 8431cb1dfc
commit fd16d0cc34
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@
<body>
<div data-gadget-url="gadget_editor.html"
data-gadget-scope="storage"
data-gadget-sandbox="public"></div>
data-gadget-sandbox="public"
style="height: 100%"></div>
</body>
</html>