Support Article
Screen shifts down and displays blank on Chrome browser
SA-94024
Summary
Screen shifts down and displays blank on Chrome browser when hovering over tabs.
Error Messages
Not Applicable.
Steps to Reproduce
- Log in to the application
- Open designer studio
- Hover over tabs
Root Cause
A third-party product issue: Chrome browser.
Resolution
Perform the following local-change:
Add the below code in the UserWorkForm HTML fragment rule:
<style>
.wk #workarea .static-dc-tab, .wk #workarea .tabContent .dynamicContainer {
position: relative;
}
</style>
Published December 30, 2019 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.