Skip to content

Commit

Permalink
fix(playground): fix chrome canary (#12137)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo authored Nov 18, 2024
1 parent b1a4f2b commit 1302e48
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions client/src/playground/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
Expand Down

0 comments on commit 1302e48

Please sign in to comment.