mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-19 17:43:39 +00:00
Merge pull request #4412 from jleh/overlapping-presets-fix
Fixed overlapping in feature editor
This commit is contained in:
@@ -223,7 +223,7 @@ export function uiPresetList(context) {
|
||||
box.transition()
|
||||
.duration(200)
|
||||
.style('opacity', '1')
|
||||
.style('max-height', 200 + preset.members.collection.length * 80 + 'px')
|
||||
.style('max-height', 200 + preset.members.collection.length * 190 + 'px')
|
||||
.style('padding-bottom', '20px');
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user