Merge pull request 'fix(site-finder/v2): move resource legend to bottom-left (no overlap with POI legend)' (#1869) from fix/v2-map-legend-position into main
This commit is contained in:
commit
878200934a
1 changed files with 4 additions and 2 deletions
|
|
@ -1910,11 +1910,13 @@
|
|||
display: inline;
|
||||
}
|
||||
|
||||
/* Resource legend (top-left, under the map title) — compact 5-row panel. */
|
||||
/* Resource legend (bottom-left of the map card) — compact 5-row panel.
|
||||
Placed bottom-left, above Leaflet attribution, to avoid overlap with the
|
||||
existing PticaMapInner POI/category legend that lives in the top-left. */
|
||||
.mapLegend {
|
||||
position: absolute;
|
||||
left: 11px;
|
||||
top: 34px;
|
||||
bottom: 28px;
|
||||
z-index: 6;
|
||||
min-width: 168px;
|
||||
max-width: 200px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue