How can i increase the width and height of the calender popup. I checked there documentation and github pages nothing shows how to increase the width and height. i am using react-datepicker for calender
i have given width and height to "react-datepicker-popper"
.react-datepicker-popper{
width: "500px";
height: "500px";
}
and also other internal classes but nothing works. is there any way to achieve this