vuejs3-datepicker
vuejs3-datepicker copied to clipboard
How can I increase the width of .vuejs3-datepicker__calendar
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.