From 72c1774cf3bb297b49c6f3dfba2a6e4faba584ed Mon Sep 17 00:00:00 2001 From: Riley Davis Date: Fri, 31 Mar 2017 09:12:09 -0600 Subject: [PATCH] prevent Talk from collapsing when a height is set to the body on the parent page --- client/coral-embed-stream/style/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 4c427543e..697bebd29 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -16,6 +16,7 @@ body { font-size: 14px; margin: 0px; padding: 0px 0px 50px 0px; + height: auto !important; } .expandForSignin {