/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 14 2026 | 08:21:54 */
/* Mega menu scrollable with fixed height */
.wd-dropdown-menu.wd-design-full-width {
    max-height: 55vh !important;
    overflow-y: auto !important; 
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #666 #111;
}

/* Custom scrollbar for Chrome/Edge/Safari */
.wd-dropdown-menu.wd-design-full-width::-webkit-scrollbar {
    width: 8px;
}

.wd-dropdown-menu.wd-design-full-width::-webkit-scrollbar-track {
    background: #111;
}

.wd-dropdown-menu.wd-design-full-width::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 10px;
}

.wd-dropdown-menu.wd-design-full-width::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Optional: smoother spacing */
.wd-dropdown-menu .container.wd-entry-content {
    padding-right: 10px;
}