From 27c5d5497fa911c71337ac01e00f303db6a9320c Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Thu, 2 Feb 2023 14:32:22 -0500 Subject: [PATCH] fix(playground): demo container is visible on small viewports --- src/components/global/Playground/playground.css | 4 ++++ 1 file changed, 4 insertions(+) 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);