.floating-scrollbar::-webkit-scrollbar {
  width: 8px;
}
.floating-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.floating-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.floating-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
