Support Article
UI distorts when hovering over tabs in Chrome browser
SA-89378
Summary
The UI distorts when hovering over tabs. This occurs while using the Chrome browser.
Error Messages
Not Applicable.
Steps to Reproduce
- Log in to the Pega application
- Hover over the Home tab
Root Cause
A third-party product issue. Issue with the Chrome browser.
Resolution
Perform the following local-change:Add the below Cascading Style Sheets (CSS) in UserWorkForm:
<style>
.wk #workarea .static-dc-tab, .wk #workarea .tabContent .dynamicContainer {
position: relative;
}
</style>
Published October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.