react-application-injectcss
react-application-injectcss copied to clipboard
Conflicts with Viva Connections dashboard
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;
}