mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
Scroll overflowing tags. Fixes #116
This commit is contained in:
@@ -220,6 +220,11 @@ button small {
|
||||
width:350px;
|
||||
border-spacing:0;
|
||||
}
|
||||
.inspector-wrap .tag-table-wrap {
|
||||
max-height:350px;
|
||||
overflow-y:scroll;
|
||||
overflow-x:hidden;
|
||||
}
|
||||
.inspector-wrap table th {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user