#sidebar ul.sidebar_items.custom_sidebar_items {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}

/* Verhindert, dass das Hauptmenü (Sidebar) Inhalte abschneidet */
#sidebar .components {
    overflow-y: visible !important;
}

/* Falls das aufgeklappte Menü länger als der Bildschirm wird, machen wir die Sidebar scrollbar */
#sidebar {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    max-height: 100vh; /* Begrenzt die Höhe auf die Bildschirmgröße */
}

