mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 17:21:18 +01:00
Extra padding prevents hidden layers #61
This commit is contained in:
parent
40111e0d8e
commit
6021b51385
1 changed files with 2 additions and 1 deletions
|
@ -71,7 +71,8 @@ class LayerListContainer extends React.Component {
|
||||||
})
|
})
|
||||||
return <ul style={{
|
return <ul style={{
|
||||||
padding: 0,
|
padding: 0,
|
||||||
margin: 0
|
margin: 0,
|
||||||
|
paddingBottom: margins[4]
|
||||||
}}>
|
}}>
|
||||||
{layerPanels}
|
{layerPanels}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue