This commit is contained in:
lendry
2026-07-10 12:21:44 +03:00
parent a0966e7ba2
commit f00f3d411d
8 changed files with 395 additions and 54 deletions

View File

@@ -61,6 +61,21 @@ html {
--rdp-accent-background-color: #f4f5f8;
}
/* Leaflet внутри чата/форм не должен перекрывать модальные окна */
.embedded-leaflet-map {
position: relative;
z-index: 0;
isolation: isolate;
}
.embedded-leaflet-map .leaflet-container,
.embedded-leaflet-map .leaflet-pane,
.embedded-leaflet-map .leaflet-top,
.embedded-leaflet-map .leaflet-bottom,
.embedded-leaflet-map .leaflet-control {
z-index: 1 !important;
}
@layer base {
a {
color: inherit;