Skip to content

Commit

Permalink
Fixes annoying height bug in playground (#9402)
Browse files Browse the repository at this point in the history
* fix styling issue

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
aliabd and gradio-pr-bot authored Sep 20, 2024
1 parent 6443062 commit 060acb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/sad-steaks-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"website": minor
---

feat:Fixes annoying height bug in playground
2 changes: 2 additions & 0 deletions js/_website/src/lib/components/DemosLite.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,8 @@
.code-editor :global(.cm-scroller) {
height: 100% !important;
min-height: none !important;
max-height: none !important;
}
.lite-demo :global(.embed-container) {
Expand Down

0 comments on commit 060acb3

Please sign in to comment.