mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-12 06:06:06 +00:00
Fix preset category display glitch
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user