mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Fix issue where textareas may not have scroll bars (close #7869)
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user