diff --git a/src/controls/legend.js b/src/controls/legend.js index 188bed3cf..d91b75cd1 100644 --- a/src/controls/legend.js +++ b/src/controls/legend.js @@ -195,7 +195,8 @@ const Legend = function Legend(options = {}) { viewer.dispatch('active:togglevisibleLayers'); }, style: { - 'align-self': 'right', + 'vertical-align': 'bottom', + 'margin-bottom': '4px', 'padding-right': '6px' }, icon: '#ic_close_fullscreen_24px',