mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Append notice to supersurface. Fixes #266
This commit is contained in:
+1
-1
@@ -685,7 +685,7 @@ div.typeahead a:first-child {
|
||||
|
||||
.notice {
|
||||
position:absolute;
|
||||
top:60px;
|
||||
top:0px;
|
||||
left:70px;
|
||||
width:250px;
|
||||
height:50px;
|
||||
|
||||
@@ -56,7 +56,7 @@ iD.Map = function() {
|
||||
alength = arrow.node().getComputedTextLength();
|
||||
arrow.remove();
|
||||
|
||||
notice = iD.notice(d3.select('body')
|
||||
notice = iD.notice(supersurface
|
||||
.append('div')
|
||||
.attr('class', 'notice'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user