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;
|
||||
}
|
||||
|
||||
/* 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 */
|
||||
|
||||
Reference in New Issue
Block a user