react-application-injectcss icon indicating copy to clipboard operation
react-application-injectcss copied to clipboard

Conflicts with Viva Connections dashboard

Open lar404 opened this issue 1 year ago • 0 comments

Viva Connections dashboard cards fail to load after solution is deployed. The cards are still there, but they are collapsed and display only white space. Removing the solution from the app store resulted in Viva Connections dashboards reappearing and displaying correctly. Below is the only CSS injected via the solution:

button[name="Automate"] {
  display: none;
}
button[name="Integrate"] {
  display: none;
}

lar404 avatar Aug 07 '24 03:08 lar404