Intercom Chat iFrame on devices with a notch (CSS issue)
Hello, I'm having some issues with our Intercom chat widget on devices with a notch. If you take a look at the screenshot below, you'll see on the left side is the chat at full screen on an iPhone 8 plus (no notch) which looks perfect. On the right side, it's the same app pulled up on an iPhone 11 Pro Max, and you'll see that the input bar is cut off completely because of the addition of the status bar at the top not being accounted for. You can see a tiny bit of the input and if you tap at the very bottom of the screen you can get the keyboard to pop up, but it's a very poor user experience. There are a few quick and dirty hacks that I've tried to fix this issue but without much success. There's a pretty simple way to detect the "safe area" of a screen, which would look something like this: ```height: calc(100% - env(safe-area-inset-bottom));``` That has been working great for us, internally, but the problem is that the safe area value does not ge