Skip to content

Commit 134fc1b

Browse files
committed
Update jsoneditor height in index.html
1 parent 28cd3ec commit 134fc1b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

play/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@
1919
Version:
2020
<select id="versions"></select>
2121
</p>
22-
<div id="jsoneditor" style="width: 100%; height: 400px"></div>
22+
<div
23+
id="jsoneditor"
24+
style="
25+
width: 100%;
26+
min-height: 400px;
27+
height: calc(100vh - 656px - 100px);
28+
"
29+
></div>
2330
<div id="player">
2431
<p class="loading">Loading player...</p>
2532
</div>

0 commit comments

Comments
 (0)