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;
}
/* Sidebar Styling */
/* Entfernt das Sticky-Verhalten der Sidebar komplett */
.homepage-sidebar {
position: relative !important;
top: auto !important;
background: var(--card-background, #1e2029);
border-radius: 8px;
padding: 20px;
position: sticky;
top: 100px; /* Sticky Sidebar */
max-height: none;
overflow-y: visible;
overflow-y: auto;
max-height: calc(200vh - 10vh);
}
/* Sidebar Sections - Bereiche innerhalb der Sidebar */