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 **/