leaveflow / react /src /index.css
VikasOtageri's picture
refactor: reorganize project into frontend/backend/ai/docs/react structure
07e8920
Raw
History Blame Contribute Delete
407 Bytes
@import "tailwindcss";
.custom-scroll {
scrollbar-width: thin;
scrollbar-color: #c1c1c1 #f1f1f1;
}
.custom-scroll::-webkit-scrollbar {
width: 5px;
}
.custom-scroll::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 4px;
}
.custom-scroll::-webkit-scrollbar-thumb {
background: #c1c1c1;
border-radius: 4px;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
background: #a1a1a1;
}