• Paul Slaughter's avatar
    Fix overflow issues with monaco file editor · 0b6fab37
    Paul Slaughter authored
    *What happened?*
    `pre` has some `overflow: auto` rules which
    causes issues when loading the monaco
    editor that expects to not have `overflow: visible`
    on the parent.
    
    *What's the fix?*
    We really shouldn't put elements under a `pre`, so
    this MR moves `pre` inside the #editor elements
    to help present the content while the editor
    bit is loading.
    0b6fab37
229468-fix-overflow-issues-with-monaco-file-editor.yml 96 Bytes