There was an error while loading. Please reload this page.
1 parent 68059bc commit 24fa5c0Copy full SHA for 24fa5c0
1 file changed
editor/index.html
@@ -69,6 +69,9 @@
69
background: #111;
70
overflow: hidden;
71
position: relative;
72
+ display: flex;
73
+ align-items: center;
74
+ justify-content: center;
75
}
76
#preview-area canvas { display: block !important; }
77
#preview-area iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; display: block; }
0 commit comments