Question
1
Replies
18
Views
American Express Corporate Travel AS
Posted: June 27, 2018
Last activity: June 27, 2018
Calendar is opening with large screen. Not able to see all dates.
Hello Team,
We are seeing some inconsistency using calendar or date picker. It is very big that I can not see all dates and I have to scroll down for that. I am attaching image as SS for your reference. I am using Pega 7.1.7 version for development.
Please help if any one faced same issue and resolve this.
Hi,
Can you apply the below styles in UserWorkForm / CSS file included in Harness or Skin -
<style>
.controlcaldiv{
height: auto !important;
padding-right: 0 !important;
font-size:12px !important;
}
</style>
Also, check the behavior of calendar in different screen resolutions.
Regards,
Rachit