Skip to content

Commit c31c0b2

Browse files
authored
fix:playground mobile overflow (#548)
1 parent b884a29 commit c31c0b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/repl/src/lib/Repl.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@
204204
position: relative;
205205
flex: 1;
206206
height: 100%;
207+
min-height: 0;
207208
background: var(--sk-back-1);
208209
padding: 0;
209210

0 commit comments

Comments
 (0)