From 1bd43caaf3a03acfec56d6cd923d6698f51a9d10 Mon Sep 17 00:00:00 2001 From: Claude Dev Date: Fri, 27 Mar 2026 22:27:22 +0100 Subject: [PATCH] fix: InfoBox breiter + hoeher (520px, 70vh) fuer 3D-Gebaeude-Tags Co-Authored-By: Claude Opus 4.6 (1M context) --- static/css/globe.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/globe.css b/static/css/globe.css index d111c1c..2d6c7fd 100644 --- a/static/css/globe.css +++ b/static/css/globe.css @@ -443,13 +443,13 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo left: 254px !important; right: auto !important; transform: none !important; - max-width: 420px !important; - width: 420px !important; - max-height: 60vh !important; + max-width: 520px !important; + width: 520px !important; + max-height: 70vh !important; z-index: 150 !important; } .cesium-infoBox { - max-height: 60vh !important; + max-height: 70vh !important; overflow-y: auto !important; border-radius: 8px !important; box-shadow: 0 8px 32px rgba(0,0,0,0.5) !important;