Skip to content

Commit d7a87b0

Browse files
committed
Fix scrolling for long projects.
1 parent 18031b2 commit d7a87b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/style.css

+4
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ a.underline {
250250
display: flex;
251251
flex-direction: row;
252252
padding-top: var(--header-height);
253+
overflow: hidden;
253254
}
254255

255256
.embed .editor {
@@ -273,6 +274,7 @@ a.underline {
273274
width: 50%;
274275
display: flex;
275276
flex-direction: column;
277+
overflow: hidden;
276278
}
277279

278280
.editor__toolbar {
@@ -364,6 +366,7 @@ a.underline {
364366
flex: 1;
365367
display: flex;
366368
flex-direction: column;
369+
overflow: hidden;
367370
}
368371

369372
.editor__debug {
@@ -384,6 +387,7 @@ a.underline {
384387
outline: none;
385388
border: none;
386389
flex: 1;
390+
overflow: hidden;
387391
}
388392

389393
.editor__area .CodeMirror {

0 commit comments

Comments
 (0)