fix inconsistency between Chrome & FF

In Firefox a <textarea> with a padding-top preserves the padding when scrolling down,
whereas in Chrome the padding will scroll up altogether with the content
This commit is contained in:
jomo
2015-08-30 19:54:32 +02:00
parent 9edbdb7d55
commit 3a93273cee
+2 -1
View File
@@ -468,7 +468,8 @@ blockquote p {
} }
.editor_field { .editor_field {
padding-top: 4em; padding: 0 1em 1em;
border-top: 4em solid transparent;
min-height: 5em; min-height: 5em;
margin: 0; margin: 0;
} }