I am trying to figure out how BodylessConversation works. I can use the appendChild to add the returned div to my "chat" and it is shown. But the problem is, the returned div size is to small. I can adjust it with some min-height configurations, but even than the iframe itself is not scrollable. Is there any way we can get the actual size of the iframe?
If I don't add 100% on the container height it's even smaller and I can't style it via CSS. I also tried playing around with overflow scroll etc, nothing worked.
On the screenshot you can see it's cut off and no scrollable.
If I could get the scroll work the min-height approach would work for me. Any suggestions?
//edit: The following error also occurs after the load of the container: Refused to apply style from 'https://techpartners.thoughtspot.cloud/v2/assets/currency-69ead1aa.js' because its MIME type ('application/x-javascript') is not a supported stylesheet MIME type, and strict MIME checking is enabled.