vuejs / repl

Vue SFC REPL as a Vue 3 component
https://repl-vuejs.vercel.app
MIT License
930 stars 172 forks source link

fix(monaco): enable `fixedOverflowWidgets` option #110

Closed Sight-wcg closed 1 year ago

Sight-wcg commented 1 year ago

Enable fixedOverflowWidgets to render overflowing content widgets as ‘fixed’ (defaults to false). It is very useful when the REPL is embedded.

before: image

image

after: image

image