From 40efcfcee80cadd2dd117116bf0c836c616f610e Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 25 Oct 2022 14:16:57 -0400 Subject: [PATCH] fix(playground): use visibility hidden to hide iframe for proper loading --- src/components/global/Playground/playground.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/global/Playground/playground.css b/src/components/global/Playground/playground.css index 27fd4ed1b97..bfb31018c25 100644 --- a/src/components/global/Playground/playground.css +++ b/src/components/global/Playground/playground.css @@ -204,11 +204,8 @@ } .playground .frame-hidden { - display: none; -} - -.playground .frame-visible { - width: 100%; + visibility: hidden; + width: 0%; } /** Tabs **/