mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-30 23:47:59 +02:00
Fix issue where textareas may not have scroll bars (close #7869)
This commit is contained in:
+1
-1
@@ -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