Fix previewing sizing bug inadvertently caused

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

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

Loading…
Cancel
Save