chore(react/floating_buttons): port geo map buttons

This commit is contained in:
Elian Doran
2025-08-27 23:45:51 +03:00
parent 40bfd827d2
commit cc362393be
3 changed files with 35 additions and 45 deletions

View File

@@ -91,4 +91,10 @@
.show-floating-buttons-button:hover {
border: 1px solid var(--button-border-color);
}
/* #endregion */
/* #region Geo map buttons */
.leaflet-pane {
z-index: 50;
}
/* #endregion */