Remove extra textarea padding on all platforms
This commit is contained in:
parent
d375b1c78b
commit
f59ee25fd7
1 changed files with 3 additions and 5 deletions
|
@ -116,10 +116,8 @@ editable-text {
|
|||
display: none;
|
||||
}
|
||||
// Per https://stackoverflow.com/a/22700700, somehow this removes an extra half-line
|
||||
// at the bottom of textarea on windows
|
||||
@media (-moz-platform: windows) {
|
||||
textarea {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
// at the bottom of textarea on all platforms with non-overlay scrollbars
|
||||
textarea {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue