#view-tasks .task-column-body::-webkit-scrollbar,
.rich-editor-area::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

#view-tasks .task-column-body::-webkit-scrollbar-thumb,
.rich-editor-area::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255,255,255,.14);
}

#view-tasks .task-column-body::-webkit-scrollbar-track,
.rich-editor-area::-webkit-scrollbar-track {
  background: transparent;
}

