Fix previewing sizing bug inadvertently caused

patch-ionaru
Wes Cossick 9 years ago
parent 1d263cabb9
commit 022ccfd315

@ -134,12 +134,15 @@
.editor-preview { .editor-preview {
padding: 10px; padding: 10px;
position: absolute; position: absolute;
width:100%;
height:100%;
top: 0; top: 0;
left: 0; left: 0;
background: #fafafa; background: #fafafa;
z-index: 9999; z-index: 9999;
overflow: auto; overflow: auto;
display: none; display: none;
box-sizing: border-box;
} }
.editor-preview-active { .editor-preview-active {

Loading…
Cancel
Save