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:
@@ -468,7 +468,8 @@ blockquote p {
|
||||
}
|
||||
|
||||
.editor_field {
|
||||
padding-top: 4em;
|
||||
padding: 0 1em 1em;
|
||||
border-top: 4em solid transparent;
|
||||
min-height: 5em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user