diff --git a/packages/nc-gui-v2/assets/style-v2.scss b/packages/nc-gui-v2/assets/style-v2.scss index 6e80edfc09..9bc1f12ce1 100644 --- a/packages/nc-gui-v2/assets/style-v2.scss +++ b/packages/nc-gui-v2/assets/style-v2.scss @@ -18,7 +18,7 @@ main { } main { - @apply flex-0 w-full relative scrollbar-thin-primary; + @apply flex-0 w-full relative scrollbar-thin-dull; overflow-x: hidden; } @@ -106,5 +106,5 @@ html { } .ant-modal-wrap { - @apply !scrollbar-thin-primary; + @apply !scrollbar-thin-dull; } diff --git a/packages/nc-gui-v2/components/cell/attachment/index.vue b/packages/nc-gui-v2/components/cell/attachment/index.vue index 38c359203f..d1a385c2c9 100644 --- a/packages/nc-gui-v2/components/cell/attachment/index.vue +++ b/packages/nc-gui-v2/components/cell/attachment/index.vue @@ -100,7 +100,7 @@ onMounted(() => { - diff --git a/packages/nc-gui-v2/components/smartsheet/Grid.vue b/packages/nc-gui-v2/components/smartsheet/Grid.vue index 03e7001eca..e9fd0715a3 100644 --- a/packages/nc-gui-v2/components/smartsheet/Grid.vue +++ b/packages/nc-gui-v2/components/smartsheet/Grid.vue @@ -251,7 +251,7 @@ const onNavigate = (dir: NavigateDir) => {