Fix previewing sizing bug inadvertently caused

This commit is contained in:
Wes Cossick 2015-08-08 15:40:34 -05:00
parent 1d263cabb9
commit 022ccfd315

View file

@ -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 {