I am currently facing an issue with my angular datepicker, which is appearing oversized and covering almost 30% of the screen. Additionally, there are large gaps between the dates in the calendar view.
After some investigation, I believe this problem may be due to the styling applied to tables and buttons throughout my project. How can I modify the datepicker's style so that it is not affected by the styling of other elements like tables and buttons?
P.S: Despite attempting to use the .datepicker
syntax for styling adjustments, I have been unsuccessful so far. Any assistance would be greatly appreciated. Thank you.