We are embedding Kibana report inside our angular application as iFrame. We are not having rights to changes Kibana styling directly as other application are also consuming it.
After embedding iFrame, look and feels of our application is not matching with iFrame content.
I would like to know the way in Angular Application to override that CSS.
Tried to perform ng-deep on css classes, but it didn't work.
Can you please suggest better way.
Note : We can't change styling in Kibana itself