::-webkit-scrollbar-thumb,
#view-tasks .task-column-body::-webkit-scrollbar-thumb,
.rich-editor-area::-webkit-scrollbar-thumb,
.custom-select-menu::-webkit-scrollbar-thumb {
  background: var(--app-scrollbar-thumb) !important;
  border: 2px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover,
.custom-select-menu::-webkit-scrollbar-thumb:hover {
  background: var(--app-scrollbar-thumb-hover) !important;
  border: 2px solid transparent;
  background-clip: content-box;
}

