Skip to content

Commit

Permalink
Merge pull request #169 from invopop/wip_scrollbars
Browse files Browse the repository at this point in the history
WIP Scrollbars
  • Loading branch information
beliolfa authored Nov 7, 2024
2 parents 34485a8 + ac8d961 commit b9e9748
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/lib/editor/code/EditorCode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@
"Roboto Mono",
"DejaVu Sans Mono",
monospace`,
scrollbar: {
vertical: "hidden",
useShadows: false,
},
// scrollbar: {
// vertical: "hidden",
// useShadows: false,
// },
overviewRulerLanes: 0,
hideCursorInOverviewRuler: true,
overviewRulerBorder: false,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/editor/form/DynamicForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
});
</script>

<div bind:this={formElement} class="h-full overflow-y-auto overflow-x-hidden hideScroll">
<div bind:this={formElement} class="h-full overflow-y-auto overflow-x-hidden">
<div class="pb-40 flex editor-wrapper">
<div class="w-full max-w-[632px]">
{#if showSchemaField}
Expand Down

0 comments on commit b9e9748

Please sign in to comment.