Fix issue where textareas may not have scroll bars (close #7869)

This commit is contained in:
Quincy Morgan
2020-09-02 16:10:42 -04:00
parent caf1343b62
commit 811bdae29f

View File

@@ -176,7 +176,7 @@ input[type=email] {
height: 30px;
border-radius: 4px;
text-overflow: ellipsis;
overflow: hidden;
overflow: auto;
}
.ideditor[dir='rtl'] textarea,
.ideditor[dir='rtl'] input[type=text],