We were also facing a similar issue with Pega 7.2.2. We added the below snippet in the bottom of pz-designer-studio-layout-overrides CSS File which did resolve the issue temporarily for us.
.iframe-wrapper {
top:24px;
}
But the home still renders blank. We may still need some help to fix this issue permanently.
I had raised this issue with Pega. Post Chrome update to 91, most of the clients were facing the same problem. I was given the following resolution which has corrected the issue for me -
Below are the following steps on how to fix it:
Log in to your Pega Dev Studio platform with another browser where you can work without disruption or Chrome using lower than 91 major version.
Use the search box from the top right side and find the “UserWorkForm” HTML rule name then click on and open it
Save as with the same name “UserWorkForm” rule to the appropriate ruleset you are using in your app
Add the following line code like shown in the attached screen shot, save the rule and verify the behavior.
Please find the following screenshots. In the first to screenshots you will see the behavior. Then two screenshots with a workaround, which was suggested here: UI Problem on Chrome 76.0.3809.100 | Support Center
There are no errors in Chrome dev console, just the content seems to be displaced.
However if I update manually in Chrome the style position to relative for the snippet below, it seems to fix the issue at least for the duration of the session.
@JesusS23 I am having the same issue. It seems like the current version of Chrome just released is not playing nice with Pega 7.2.2. Is there any fix? I am able to continue with Edge for now, but I prefer Chrome.