Set .hidden-input to fixed position so we don't have to move it when the cursor moves

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-03-22 17:29:45 -07:00
parent 9e91790ad3
commit 4c74e2187d
3 changed files with 1 additions and 14 deletions

View File

@@ -73,7 +73,7 @@
}
.editor .hidden-input {
position: absolute;
position: fixed;
z-index: -1;
top: 0;
left: 0;