diff --git a/src/static/css/style.css b/src/static/css/style.css index 68a47b6..2d0c4e0 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -1404,12 +1404,11 @@ details.adv-section .adv-hint { grid-column: 1 / -1; font-size: 12px; color: var /* === Org-Detail als durchgehende Seite (statt Unterreitern) === */ .detail-panel.active { display: flex; flex-direction: column; } -#orgDetailTabs { order: 1; position: sticky; top: 61px; background: var(--bg-primary); z-index: 50; } + .org-block { margin-top: 26px; scroll-margin-top: 120px; } #sub-tokens { order: 2; } #sub-users { order: 3; } -#sub-org-licenses { order: 4; } -#sub-settings { order: 5; } +#sub-settings { order: 4; } .org-block-title { font-size: 16px; margin-bottom: 12px; diff --git a/src/static/dashboard.html b/src/static/dashboard.html index 41170a7..766033c 100644 --- a/src/static/dashboard.html +++ b/src/static/dashboard.html @@ -6,7 +6,7 @@