vizhub-core / vizhub-feedback

VizHub feedback issue tracker
32 stars 3 forks source link

Custom Scrollbars for Code Editor #677

Closed curran closed 2 years ago

curran commented 3 years ago

At the moment, the scrollbars stand out in the snippet embed feature.

It would, aesthetically, be better if we could use custom scrollbars there.

image

We are already using custom scrollbar for the viz view section.

Here's a CodeMirror example with custom scrollbars: https://codemirror.net/demo/simplescrollbars.html

Also here's an example that apparently works with perfect scrollbar https://github.com/umijs/docz-theme-umi/blob/master/src/components/ui/CodeMirror/index.tsx