We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb21933 commit 4a38d57Copy full SHA for 4a38d57
src/components/organisms/SearchModal.tsx
@@ -417,7 +417,10 @@ const EditorPreview = styled.div`
417
${borderTop};
418
width: 100%;
419
flex: 1;
420
+ flex-shrink: 0;
421
+ height: 324px;
422
display: flex;
423
+ overflow: hidden;
424
flex-direction: column;
425
& > .preview-control {
426
flex-shrink: 0;
@@ -462,6 +465,7 @@ const EditorPreview = styled.div`
462
465
}
463
466
& > .editor {
464
467
468
+ overflow-y: auto;
469
470
.CodeMirror {
471
height: 100%;
0 commit comments