Skip to content

Commit

Permalink
fix(playground): demo container is visible on small viewports (#2754)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins authored Feb 2, 2023
1 parent bdba34c commit 8ea7ec1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/global/Playground/playground.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@
width: 0%;
}

.playground .frame-visible {
width: 100%;
}

/** Tabs **/
.playground .tabs-container {
background: var(--playground-code-background);
Expand Down

1 comment on commit 8ea7ec1

@vercel
Copy link

@vercel vercel bot commented on 8ea7ec1 Feb 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-ionic1.vercel.app
ionic-docs-git-main-ionic1.vercel.app
ionic-docs-gqykycf8t.vercel.app

Please sign in to comment.