Skip to content

Commit

Permalink
Merge branch '5.0-dev' into chatbot-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
abidlabs authored Sep 20, 2024
2 parents c4c5ad4 + 060acb3 commit 182d2bf
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 182d2bf

Please sign in to comment.