File tree 4 files changed +11
-2
lines changed 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 61
61
"server-only" : " ^0.0.1" ,
62
62
"sharp" : " ^0.33.5" ,
63
63
"tailwind-merge" : " ^2.5.2" ,
64
+ "tailwind-scrollbar-hide" : " ^1.1.7" ,
64
65
"tailwindcss-animate" : " ^1.0.7" ,
65
66
"usehooks-ts" : " ^3.1.0" ,
66
67
"zod" : " ^3.23.8"
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export const columns: ColumnDef<RepositoryColumnInfo>[] = [
55
55
}
56
56
57
57
return (
58
- < div className = "flex flex-col gap-2 max-h-32 overflow-scroll" >
58
+ < div className = "flex flex-col gap-2 max-h-32 overflow-scroll scrollbar-hide " >
59
59
{ branches . map ( ( { name, version } , index ) => {
60
60
const shortVersion = version . substring ( 0 , 8 ) ;
61
61
return (
Original file line number Diff line number Diff line change @@ -74,7 +74,10 @@ const config = {
74
74
} ,
75
75
} ,
76
76
} ,
77
- plugins : [ require ( "tailwindcss-animate" ) ] ,
77
+ plugins : [
78
+ require ( "tailwindcss-animate" ) ,
79
+ require ( 'tailwind-scrollbar-hide' )
80
+ ] ,
78
81
} satisfies Config
79
82
80
83
export default config
Original file line number Diff line number Diff line change @@ -4556,6 +4556,11 @@ tailwind-merge@^2.5.2:
4556
4556
resolved "https://registry.yarnpkg.com/tailwind-merge/-/tailwind-merge-2.5.3.tgz#579546e14ddda24462e0303acd8798c50f5511bb"
4557
4557
integrity sha512-d9ZolCAIzom1nf/5p4LdD5zvjmgSxY0BGgdSvmXIoMYAiPdAW/dSpP7joCDYFY7r/HkEa2qmPtkgsu0xjQeQtw==
4558
4558
4559
+ tailwind-scrollbar-hide@^1.1.7 :
4560
+ version "1.1.7"
4561
+ resolved "https://registry.yarnpkg.com/tailwind-scrollbar-hide/-/tailwind-scrollbar-hide-1.1.7.tgz#90b481fb2e204030e3919427416650c54f56f847"
4562
+ integrity sha512-X324n9OtpTmOMqEgDUEA/RgLrNfBF/jwJdctaPZDzB3mppxJk7TLIDmOreEDm1Bq4R9LSPu4Epf8VSdovNU+iA==
4563
+
4559
4564
tailwindcss-animate@^1.0.7 :
4560
4565
version "1.0.7"
4561
4566
resolved "https://registry.yarnpkg.com/tailwindcss-animate/-/tailwindcss-animate-1.0.7.tgz#318b692c4c42676cc9e67b19b78775742388bef4"
You can’t perform that action at this time.
0 commit comments