We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1024076 commit 4658e06Copy full SHA for 4658e06
1 file changed
src/renderer/components/notes/dashboard/Dashboard.vue
@@ -62,7 +62,7 @@ onUnmounted(() => {
62
<template>
63
<div
64
ref="dashboardScrollRef"
65
- class="scrollbar h-full overflow-y-auto"
+ class="scrollbar h-full overflow-x-hidden overflow-y-auto [scrollbar-gutter:stable]"
66
>
67
<div class="mx-auto flex min-h-full max-w-7xl flex-col gap-4 p-5">
68
<NotesDashboardHeader />
0 commit comments