Fix mini-editor appearance by clearing styles on hidden input.

This commit is contained in:
Corey Johnson & Nathan Sobo
2013-04-15 18:17:02 -06:00
committed by Nathan Sobo
parent 8f0bffc589
commit d95016307a

View File

@@ -162,6 +162,8 @@
}
.editor .hidden-input {
padding: 0;
border: 0;
position: absolute;
z-index: -1;
top: 0;