From 911bd77fbb9646cefb91d93b1ccf99102c25aedc Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 6 Mar 2023 17:26:05 +0000 Subject: [PATCH] fix(playground): iframe is hidden using display --- src/components/global/Playground/playground.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/global/Playground/playground.css b/src/components/global/Playground/playground.css index 1a52fa7108e..46e77dc40c0 100644 --- a/src/components/global/Playground/playground.css +++ b/src/components/global/Playground/playground.css @@ -204,8 +204,7 @@ } .playground .frame-hidden { - visibility: hidden; - width: 0%; + display: none; } @media only screen and (max-width: 600px) {