Fix preset category display glitch

This commit is contained in:
John Firebaugh
2013-07-29 11:57:35 -07:00
parent 4dd4deb1cf
commit 74d251d3c2

View File

@@ -143,7 +143,8 @@ iD.ui.PresetList = function(context) {
box = selection.append('div')
.attr('class', 'subgrid col12')
.style('max-height', '0px');
.style('max-height', '0px')
.style('opacity', 0);
box.append('div')
.attr('class', 'arrow');