-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Description:
When incorporating the workflow graph as a web component and adding Bootstrap CSS to the demo page, the visibility of the workflow is compromised. This issue arises due to the external CSS affecting the styling of the workflow graph.
To Reproduce:
- Integrate the workflow graph as a web component.
- Add the following line to the section of the demo page:
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />- Observe how it impacts the visibility of the workflow.
Proposed Solution:
Implement a Shadow DOM mechanism to encapsulate the styling of the workflow graph, ensuring that it remains unaffected by external CSS styles. This will enhance the reliability and consistency of the workflow's appearance across different environments.
This enhancement would greatly benefit users who rely on the workflow graph within web components, ensuring seamless integration without interference from external stylesheets.
Metadata
Metadata
Assignees
Labels
No labels