Keep mobile result toggle clickable
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Jens
2026-08-01 14:26:29 +02:00
parent 07716bc1fb
commit e8673658ac
+4
View File
@@ -1766,6 +1766,10 @@ button.overview-command-card { cursor: pointer; }
background: var(--gi-brand-700) !important; background: var(--gi-brand-700) !important;
} }
.geo-results-toggle:active:not(:disabled) {
transform: translateY(calc(-50% + 1px));
}
.geo-results-toggle-open { .geo-results-toggle-open {
right: clamp(23rem, 25vw, 28rem); right: clamp(23rem, 25vw, 28rem);
} }