Minecraft-Modern-Theme/front-page.php aktualisiert

This commit is contained in:
2026-02-11 18:49:07 +00:00
parent 4ad76fabf6
commit 991d9c38c8

View File

@@ -270,15 +270,15 @@ if ( get_theme_mod('slider_enabled', false) ) :
order: 2; order: 2;
} }
/* Sidebar Styling */ /* Entfernt das Sticky-Verhalten der Sidebar komplett */
.homepage-sidebar { .homepage-sidebar {
position: relative !important;
top: auto !important;
background: var(--card-background, #1e2029); background: var(--card-background, #1e2029);
border-radius: 8px; border-radius: 8px;
padding: 20px; padding: 20px;
position: sticky; overflow-y: auto;
top: 100px; /* Sticky Sidebar */ max-height: calc(200vh - 10vh);
max-height: none;
overflow-y: visible;
} }
/* Sidebar Sections - Bereiche innerhalb der Sidebar */ /* Sidebar Sections - Bereiche innerhalb der Sidebar */