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 a3601ce commit dcc42a8Copy full SHA for dcc42a8
frontend/src/components/About/PortfolioDisplay.tsx
@@ -9,7 +9,8 @@ const PortfolioDisplay = () => {
9
10
return (
11
<div>
12
- <div className="flex justify-between max-w-full h-12 my-6 snap-x snap-mandatory overflow-y-hidden pb-1 [&::-webkit-scrollbar]:w-2 [&::-webkit-scrollbar]:h-2
+ <div className="flex justify-between max-w-full h-12 my-6 snap-x snap-mandatory overflow-y-hidden pb-1
13
+ [&::-webkit-scrollbar]:w-2 [&::-webkit-scrollbar]:h-2
14
[&::-webkit-scrollbar-track]:bg-transparent
15
[&::-webkit-scrollbar-thumb]:rounded-full
16
[&::-webkit-scrollbar-thumb]:bg-gray-300">
0 commit comments