Browse Source

fix: scrollbar-thin-dull class for options scroll

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/4063/head
mertmit 2 years ago
parent
commit
ebf50d0d8d
  1. 2
      packages/nc-gui/components/smartsheet/column/SelectOptions.vue

2
packages/nc-gui/components/smartsheet/column/SelectOptions.vue

@ -129,7 +129,7 @@ watch(inputs, () => {
<template>
<div class="w-full">
<div class="max-h-[250px] overflow-x-auto pr-1">
<div class="max-h-[250px] overflow-x-auto scrollbar-thin-dull pr-3">
<Draggable :list="options" item-key="id" handle=".nc-child-draggable-icon">
<template #item="{ element, index }">
<div class="flex py-1 items-center nc-select-option">

Loading…
Cancel
Save