/* custom.css */

/* Custom CSS for better visibility of the scrollbar */
.gantt-chart-wrapper::-webkit-scrollbar {
    height: 8px; /* Vertical scrollbar height */
}

.gantt-chart-wrapper::-webkit-scrollbar-thumb {
    background-color: #4CAF50; /* Green thumb color */
    border-radius: 10px;
}

.gantt-chart-wrapper::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
