vuejs3-datepicker icon indicating copy to clipboard operation
vuejs3-datepicker copied to clipboard

How can I increase the width of .vuejs3-datepicker__calendar

Open emireadcode opened this issue 1 week ago • 0 comments

I want the calendar to stretch full width as the width of its wrapper div.

But, I can't get it working when i set it manually to 100% by doing the following below

.vuejs3-datepicker__calendar {
    width: 100% !important;
}

Please I need help on how to solve this problem.

emireadcode avatar Feb 21 '25 09:02 emireadcode