fix: Layer-Panel scrollbar bei zu vielen Layern

max-height + overflow-y auf .layer-panel, damit ANSICHT und SATELLITENBILDER erreichbar bleiben.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
Claude Dev
2026-03-27 21:13:04 +01:00
Ursprung ab4288d328
Commit a0a8909c28

Datei anzeigen

@@ -47,6 +47,7 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo
width: 240px; background: var(--bg-panel); border: 1px solid var(--border);
border-radius: 8px; padding: 12px; backdrop-filter: blur(12px);
box-shadow: 0 8px 32px rgba(0,0,0,0.4);
max-height: calc(100vh - 88px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--accent) transparent;
}
.panel-title {
font-size: 11px; font-weight: 700; letter-spacing: 3px; color: var(--accent);
@@ -605,6 +606,7 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo
border-radius: 8px;
backdrop-filter: blur(12px);
box-shadow: 0 8px 32px rgba(0,0,0,0.4);
max-height: calc(100vh - 88px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--accent) transparent;
z-index: 100;
padding: 14px;
}
@@ -706,6 +708,7 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo
border-radius: 8px;
backdrop-filter: blur(12px);
box-shadow: 0 8px 32px rgba(0,0,0,0.4);
max-height: calc(100vh - 88px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--accent) transparent;
z-index: 100;
padding: 14px;
}
@@ -829,6 +832,7 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo
border-radius: 8px;
backdrop-filter: blur(12px);
box-shadow: 0 8px 32px rgba(0,0,0,0.4);
max-height: calc(100vh - 88px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--accent) transparent;
z-index: 100;
padding: 14px;
}