Skip to content

Commit 8ea7ec1

Browse files
authored
fix(playground): demo container is visible on small viewports (#2754)
1 parent bdba34c commit 8ea7ec1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/global/Playground/playground.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,10 @@
208208
width: 0%;
209209
}
210210

211+
.playground .frame-visible {
212+
width: 100%;
213+
}
214+
211215
/** Tabs **/
212216
.playground .tabs-container {
213217
background: var(--playground-code-background);

0 commit comments

Comments
 (0)