Skip to content

Commit

Permalink
fix(playground): iframe is hidden using display (#2809)
Browse files Browse the repository at this point in the history
resolves #2778
  • Loading branch information
liamdebeasi authored Mar 7, 2023
1 parent 358cfdc commit cb7a235
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/global/Playground/playground.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@
}

.playground .frame-hidden {
visibility: hidden;
width: 0%;
display: none;
}

@media only screen and (max-width: 600px) {
Expand Down

1 comment on commit cb7a235

@vercel
Copy link

@vercel vercel bot commented on cb7a235 Mar 7, 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.