From 8dbd4100fb402009af30b06a33a2726f5a5646bd Mon Sep 17 00:00:00 2001 From: Leo McArdle Date: Thu, 21 Nov 2024 22:24:57 +0000 Subject: [PATCH] fix(playground): fix layout in chrome when all editors are collapsed (#12162) follow up to https://github.com/mdn/yari/pull/12137 --- client/src/playground/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/playground/index.scss b/client/src/playground/index.scss index 2de01967683d..71788fe7b830 100644 --- a/client/src/playground/index.scss +++ b/client/src/playground/index.scss @@ -171,6 +171,7 @@ main.play { background-color: var(--background-secondary); border: var(--editor-header-border-width) solid var(--border-primary); + height: 0; min-height: var(--editor-header-height); width: 100%;