diff --git a/client/src/playground/index.scss b/client/src/playground/index.scss index a81f059e6552..2de01967683d 100644 --- a/client/src/playground/index.scss +++ b/client/src/playground/index.scss @@ -171,11 +171,14 @@ main.play { background-color: var(--background-secondary); border: var(--editor-header-border-width) solid var(--border-primary); - display: flex; - flex-direction: column; min-height: var(--editor-header-height); width: 100%; + /* stylelint-disable-next-line selector-pseudo-element-no-unknown */ + &::details-content { + display: contents; + } + &[open] { height: 100%; }