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;