diff --git a/.changeset/sad-steaks-shout.md b/.changeset/sad-steaks-shout.md new file mode 100644 index 0000000000000..e183cc18831e7 --- /dev/null +++ b/.changeset/sad-steaks-shout.md @@ -0,0 +1,5 @@ +--- +"website": minor +--- + +feat:Fixes annoying height bug in playground diff --git a/js/_website/src/lib/components/DemosLite.svelte b/js/_website/src/lib/components/DemosLite.svelte index e07b0afd7db92..f77f6f5ed1b48 100644 --- a/js/_website/src/lib/components/DemosLite.svelte +++ b/js/_website/src/lib/components/DemosLite.svelte @@ -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) {