mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-26 14:00:31 +01:00
intro now works in firefox
This commit is contained in:
@@ -13,9 +13,11 @@ d3.curtain = function() {
|
||||
'pointer-events': 'none',
|
||||
'position': 'absolute',
|
||||
'top': 0,
|
||||
'left': 0,
|
||||
'right': 0,
|
||||
'bottom': 0
|
||||
'left': 0
|
||||
})
|
||||
.attr({
|
||||
width: window.innerWidth,
|
||||
height: window.innerHeight
|
||||
});
|
||||
|
||||
var darkness = surface.append('rect')
|
||||
|
||||
Reference in New Issue
Block a user