Append notice to supersurface. Fixes #266

This commit is contained in:
Tom MacWright
2012-12-14 14:51:05 -05:00
parent 09b20ffe94
commit e20a35d7c9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -685,7 +685,7 @@ div.typeahead a:first-child {
.notice {
position:absolute;
top:60px;
top:0px;
left:70px;
width:250px;
height:50px;
+1 -1
View File
@@ -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'));