mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
Fix geocode tooltip
This commit is contained in:
+1
-1
@@ -841,7 +841,7 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.geocode-control div {
|
||||
.geocode-control div.content {
|
||||
z-index: 100;
|
||||
top: 190px;
|
||||
max-height: 300px;
|
||||
|
||||
+1
-1
@@ -62,7 +62,7 @@ iD.ui = function(context) {
|
||||
|
||||
about.append('div')
|
||||
.attr('class', 'account')
|
||||
.call(iD.ui.UserPanel(context));
|
||||
.call(iD.ui.Account(context));
|
||||
|
||||
var linkList = about.append('ul')
|
||||
.attr('id', 'about')
|
||||
|
||||
Reference in New Issue
Block a user