diff --git a/src/components/global/Playground/playground.css b/src/components/global/Playground/playground.css index bfb31018c25..174fd6a9936 100644 --- a/src/components/global/Playground/playground.css +++ b/src/components/global/Playground/playground.css @@ -208,6 +208,10 @@ width: 0%; } +.playground .frame-visible { + width: 100%; +} + /** Tabs **/ .playground .tabs-container { background: var(--playground-code-background);