Currently, my modal component is built using bootstrap, but we encountered an issue with our project's CSS file which also utilizes the same classes as bootstrap (.Modal, .Modal-header).
This conflicting styling was causing problems for the design of the modal.
Is there a solution to this problem?
Update
I have implemented ::ng-deep
in my CSS to target specific elements without interfering with other stylesheets.