Skip to content

Commit

Permalink
Remove tailwind-scrollbar package and its use
Browse files Browse the repository at this point in the history
  • Loading branch information
portdeveloper committed Jul 12, 2023
1 parent eed28cc commit 7c8c955
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.16",
"prettier": "^2.8.4",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss": "^3.1.8",
"typescript": "^4.9.5",
"vercel": "^28.15.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const TransactionPage: NextPage = () => {
<strong>Function called:</strong>
</td>
<td>
<div className="w-full md:max-w-[600px] lg:max-w-[800px] overflow-x-auto whitespace-nowrap scrollbar-thin scrollbar-thumb-primary scrollbar-track-secondary">
<div className="w-full md:max-w-[600px] lg:max-w-[800px] overflow-x-auto whitespace-nowrap">
{functionCalled === "0x" ? (
"This transaction did not call any function."
) : (
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,6 @@ __metadata:
react-dom: ^18.2.0
react-fast-marquee: ^1.3.5
react-hot-toast: ^2.4.0
tailwind-scrollbar: ^3.0.4
tailwindcss: ^3.1.8
typescript: ^4.9.5
use-debounce: ^8.0.4
Expand Down Expand Up @@ -12527,15 +12526,6 @@ __metadata:
languageName: node
linkType: hard

"tailwind-scrollbar@npm:^3.0.4":
version: 3.0.4
resolution: "tailwind-scrollbar@npm:3.0.4"
peerDependencies:
tailwindcss: 3.x
checksum: e708baef1ec640e7bef11338e05951f0074fb7cc680255fa33c8a24b5b545121fbf87b5f36fca069128117d578285a714699aa6e39a54a346e6c67fd42571f43
languageName: node
linkType: hard

"tailwindcss@npm:^3, tailwindcss@npm:^3.1.8":
version: 3.1.8
resolution: "tailwindcss@npm:3.1.8"
Expand Down

0 comments on commit 7c8c955

Please sign in to comment.