We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18031b2 commit d7a87b0Copy full SHA for d7a87b0
css/style.css
@@ -250,6 +250,7 @@ a.underline {
250
display: flex;
251
flex-direction: row;
252
padding-top: var(--header-height);
253
+ overflow: hidden;
254
}
255
256
.embed .editor {
@@ -273,6 +274,7 @@ a.underline {
273
274
width: 50%;
275
276
flex-direction: column;
277
278
279
280
.editor__toolbar {
@@ -364,6 +366,7 @@ a.underline {
364
366
flex: 1;
365
367
368
369
370
371
372
.editor__debug {
@@ -384,6 +387,7 @@ a.underline {
384
387
outline: none;
385
388
border: none;
386
389
390
391
392
393
.editor__area .CodeMirror {
0 commit comments