function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ViswaViswa 

datepicker size/Position

Hi,

How can i reduce size/change postion of datepicker of lightning input of type date.As i am unable to select the day of last week of a month.

User-added image

SwethaSwetha (Salesforce Developers) 
HI Viswa,
A similar ask has been posted in the past- https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A8sMASAZ

Can you see if using below helps for calendar too?
<div class="slds-dropdown slds-dropdown_left slds-dropdown_length-7">
<ul class="slds-dropdown__list slds-dropdown_length-7">...</ul>
</div>
If this information helps, please mark the answer as best. Thank you