InfoBox zentriert am oberen Fensterrand statt rechts
Dieser Commit ist enthalten in:
@@ -433,3 +433,20 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo
|
||||
background: var(--bg-primary);
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
/* === InfoBox zentriert oben === */
|
||||
.cesium-viewer-infoBoxContainer {
|
||||
position: absolute !important;
|
||||
top: 52px !important;
|
||||
right: auto !important;
|
||||
left: 50% !important;
|
||||
transform: translateX(-50%) !important;
|
||||
max-width: 500px !important;
|
||||
width: 90% !important;
|
||||
max-height: 50vh !important;
|
||||
z-index: 150 !important;
|
||||
}
|
||||
.cesium-infoBox {
|
||||
max-height: 50vh !important;
|
||||
overflow-y: auto !important;
|
||||
}
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren