Support Article
Widget buttons are unresponsive on customizing dashboard
SA-81178
Summary
On customizing the dashboard, all the widget buttons are unresponsive and screen is frozen.
Error Messages
Not Applicable
Steps to Reproduce
- Launch the Interaction portal.
- Click the Gear icon to customize the Dashboard.
Root Cause
A DIV element position was relative and the buttons below it were not accessible.
Resolution
Perform the following local-change:
Add the below script in the UserWorkForm.
.flex.home-header-main>.flex.content-item.flex-row.item-2
{
position:inherit !important;
}
Published August 19, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.