Skip to content

Commit cb7a235

Browse files
authored
fix(playground): iframe is hidden using display (#2809)
resolves #2778
1 parent 358cfdc commit cb7a235

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/global/Playground/playground.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@
204204
}
205205

206206
.playground .frame-hidden {
207-
visibility: hidden;
208-
width: 0%;
207+
display: none;
209208
}
210209

211210
@media only screen and (max-width: 600px) {

0 commit comments

Comments
 (0)