#103464
Johan Iskandar
Participant

Hello,

Thank you for you respond. I think the problem that I have is because it is under the shadow root. I am using Stenciljs, how to overswrite the default styling in shadow root. Can I do it without document.getSelector, I just want the easiest solution so I can overwrite the css file rather than doing it programmatically

https://ibb.co/x5L2026

 

in the css

smart-ui-grid {
width: 800px;
height: 800px!important;
}

But this does not overwrite the shadow root styling. Please shed some light. Thank you.

regards,

Johan