There was an error while loading. Please reload this page.
1 parent d9185c1 commit d65710bCopy full SHA for d65710b
1 file changed
editor/index.html
@@ -67,13 +67,11 @@
67
#preview-area {
68
flex: 1;
69
background: #111;
70
- display: flex;
71
- align-items: center;
72
- justify-content: center;
73
overflow: hidden;
+ position: relative;
74
}
75
#preview-area canvas { display: block !important; }
76
- #preview-area iframe { width: 100%; height: 100%; border: none; display: block; }
+ #preview-area iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; display: block; }
77
78
#preview-placeholder { color: #555; font-size: 13px; text-align: center; line-height: 2.2; }
79
#preview-placeholder kbd {
0 commit comments