vis-timeline icon indicating copy to clipboard operation
vis-timeline copied to clipboard

vis-saturday and vis-sunday classes (gray weekend days) overflow on the first of the month

Open ge0ffrey opened this issue 2 years ago • 0 comments

Using this style:

    <style>
        .vis-time-axis .vis-grid.vis-saturday,
        .vis-time-axis .vis-grid.vis-sunday {
            background: #D3D7CFFF;
        }
    </style>

shows a bit too much gray on the first of any month:

Selection_887

vis-timeline 7.4.9 on Chrome.

ge0ffrey avatar Oct 29 '21 12:10 ge0ffrey