diff --git a/app/assets/css/tailwind.css b/app/assets/css/tailwind.css index a22bf03..f11d9e6 100644 --- a/app/assets/css/tailwind.css +++ b/app/assets/css/tailwind.css @@ -85,6 +85,13 @@ backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); } + + /* Map overlays must stay solid (no glass) */ + .map-chip { + background: color-mix(in oklab, var(--color-base-100) 96%, transparent); + border: 1px solid color-mix(in oklab, var(--color-base-300) 80%, transparent); + box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12); + } } /* ── Header glass: two-layer Apple-style glassmorphism ── */ diff --git a/app/components/catalog/AddressDetailBottomSheet.vue b/app/components/catalog/AddressDetailBottomSheet.vue index 77aff5e..b785643 100644 --- a/app/components/catalog/AddressDetailBottomSheet.vue +++ b/app/components/catalog/AddressDetailBottomSheet.vue @@ -12,9 +12,9 @@ /> -
+
-
+
diff --git a/app/components/catalog/KycBottomSheet.vue b/app/components/catalog/KycBottomSheet.vue index afd46eb..420d6ac 100644 --- a/app/components/catalog/KycBottomSheet.vue +++ b/app/components/catalog/KycBottomSheet.vue @@ -12,9 +12,9 @@ /> -
+
-
+
diff --git a/app/components/catalog/MapPanel.vue b/app/components/catalog/MapPanel.vue index 83d3e08..14f82a1 100644 --- a/app/components/catalog/MapPanel.vue +++ b/app/components/catalog/MapPanel.vue @@ -1,7 +1,7 @@