Closed joaoluis-pdm closed 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.
The problem seems to be the lack of package-lock.json, inherited from the parent ePi workspace. Overridden in child .gitignore files.
In the docker build, the CSS seems to be wrong:
is being replaced by
which is an invalid property.