We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3eb08 commit fd396a9Copy full SHA for fd396a9
apps/web/src/components/dashboard/ProjectsContainer.tsx
@@ -80,8 +80,8 @@ export default function ProjectsContainer({
80
className="
81
w-full bg-[#15161a] border border-[#1a1a1d] rounded-lg
82
h-[80vh] overflow-y-auto overflow-x-auto relative
83
- [&::-webkit-scrollbar]:w-1
84
- [&::-webkit-scrollbar]:hover:w-2
+ [&::-webkit-scrollbar]:w-2
+
85
[&::-webkit-scrollbar]:h-1
86
[&::-webkit-scrollbar-track]:bg-transparent
87
[&::-webkit-scrollbar-thumb]:bg-ox-purple/30
0 commit comments