mirror of
https://github.com/maputnik/editor.git
synced 2026-01-08 14:30:00 +00:00
Extra padding prevents hidden layers #61
This commit is contained in:
@@ -71,7 +71,8 @@ class LayerListContainer extends React.Component {
|
||||
})
|
||||
return <ul style={{
|
||||
padding: 0,
|
||||
margin: 0
|
||||
margin: 0,
|
||||
paddingBottom: margins[4]
|
||||
}}>
|
||||
{layerPanels}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user