Skip to content

Commit

Permalink
fix(docs): hide overview ruler column in code editor (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins authored May 28, 2024
1 parent 78f6a64 commit 7cb934e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/src/components/code-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const CodeEditor = component$((props: CodeEditorProps) => {
renderLineHighlight: 'none',
selectionHighlight: false,
scrollbar: { vertical: 'hidden' },
overviewRulerLanes: 0,
minimap: {
enabled: false,
},
Expand Down

0 comments on commit 7cb934e

Please sign in to comment.