Merge pull request #391 from Tyriar/357_textarea_top_zero

Position the textarea at top:0
This commit is contained in:
Daniel Imms
2016-12-05 11:47:55 -08:00
committed by GitHub
+1 -1
View File
@@ -61,7 +61,7 @@
position: absolute;
opacity: 0;
left: -9999em;
top: -9999em;
top: 0;
width: 0;
height: 0;
z-index: -10;