PharmaLedger-IMI / acdc-components

UC4 Anti-Counterfeiting Data Collaboration
MIT License
3 stars 4 forks source link

.leaflet-popup-pane #700 #7

Closed joaoluis-pdm closed 3 years ago

joaoluis-pdm commented 3 years ago

In the docker build, the CSS seems to be wrong:

.leaflet-popup-pane {
z-index: 700;
}

is being replaced by

.leaflet-popup-pane { z-index: #700; }

which is an invalid property.

image

joaoluis-pdm commented 3 years ago

The problem seems to be the lack of package-lock.json, inherited from the parent ePi workspace. Overridden in child .gitignore files.