Minecraft-Modern-Theme/front-page.php aktualisiert
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user