When a Salesforce standard page layout contains an embedded Visualforce page component, the standard page may flicker or briefly resize during loading in the Google Chrome browser.
This behavior is a Chrome browser rendering issue related to cross-domain iframe CSS initialization — it is not a Salesforce platform defect. The flickering occurs because the embedded Visualforce page initializes its own CSS Style section, which triggers a cross-domain iframe resize event that the parent standard page reacts to visually.
All of the following conditions must be met for the issue to reproduce:
The same rendering behavior can be reproduced in Chrome outside of Salesforce under the following cross-domain iframe conditions:
This circular cross-domain iframe reference triggers the CSS initialization and resize behavior in Chrome.
Add showHeader="false" to the 'apex:page' tag of the embedded Visualforce page:
Example: <apex:page showHeader="false">
This prevents the embedded Visualforce page from initializing a full header CSS context, which eliminates the iframe resize event that causes the flickering on the parent standard page.
In Windows Display Settings, set the same display scaling percentage on both the native laptop screen and the external monitor. Matching the scaling settings removes one of the conditions that triggers the Chrome iframe rendering issue.
Visualforce Page Components in Page Layouts : https://help.salesforce.com/s/articleView?id=platform.shield_ext_add_visualforce.htm&language=en_US&type=5
000382035

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.