diff --git a/static/css/globe.css b/static/css/globe.css index fdd363b..04d12f8 100644 --- a/static/css/globe.css +++ b/static/css/globe.css @@ -694,11 +694,11 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo /* === VLM Bildanalyse === */ .dot-vlm { background: #e040fb; } -.vlm-panel { +.vlm-panel-right { position: fixed; top: 56px; - left: 268px; - width: 360px; + right: 12px; + width: 320px; max-height: calc(100vh - 100px); overflow-y: auto; background: var(--bg-panel); @@ -783,6 +783,6 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo flex-shrink: 0; } -.vlm-panel::-webkit-scrollbar { width: 4px; } -.vlm-panel::-webkit-scrollbar-track { background: transparent; } -.vlm-panel::-webkit-scrollbar-thumb { background: var(--border); border-radius: 2px; } +.vlm-panel-right::-webkit-scrollbar { width: 4px; } +.vlm-panel-right::-webkit-scrollbar-track { background: transparent; } +.vlm-panel-right::-webkit-scrollbar-thumb { background: var(--border); border-radius: 2px; } diff --git a/static/index.html b/static/index.html index 447ab30..997799e 100644 --- a/static/index.html +++ b/static/index.html @@ -108,13 +108,6 @@ -
- -