Top: 35px;

Apologies for the inconvenience!

Here is the code to move down the location popup:

[class*="Popup__PopupContent-sc"] {
  top: 35px !important;
  bottom: 0 !important;
}

And this code will help you move down zoom controls:

.maplibregl-ctrl-top-right {
  top: 35px;
}

Please check it out and let me know if it worked :slightly_smiling_face:

2 Likes