-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 19.0.0
-
Fix Version/s: 19.0.0
-
Component/s: Web UI - Geographical Map
-
Security Level: Default (Default Security Scheme)
-
Labels:None
The two attached screenshots shows, the current status, and the expected status.
The expected status is achieved after applying the following change:
diff --git a/features/vaadin-node-maps/src/main/java/org/opennms/features/vaadin/nodemaps/internal/gwt/public/node-maps.css b/features/vaadin-node-maps/src/main/java/org/opennms/features/vaadin/nodemaps/internal/gwt/public/node-maps.css index 99810bd..39bbe2c 100644 --- a/features/vaadin-node-maps/src/main/java/org/opennms/features/vaadin/nodemaps/internal/gwt/public/node-maps.css +++ b/features/vaadin-node-maps/src/main/java/org/opennms/features/vaadin/nodemaps/internal/gwt/public/node-maps.css @@ -29,7 +29,10 @@ .marker-cluster-Normal div { background-color:rgba(51,102,0,0.8); } - +.marker-cluster div { + position: absolute; + top: 0; +} .node-marker-popup .leaflet-popup-content ul { list-style-type:none; padding-left:0;