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) {