diff --git a/package.json b/package.json index 747f00d2..18e5746c 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "react-query": "^3.39.3", "react-redux": "^9.1.2", "redux-persist": "^6.0.0", + "tailwind-scrollbar-hide": "^1.1.7", "yup": "^1.4.0" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 147d77b5..8ef0d377 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,6 +47,9 @@ importers: redux-persist: specifier: ^6.0.0 version: 6.0.0(react@18.3.1)(redux@5.0.1) + tailwind-scrollbar-hide: + specifier: ^1.1.7 + version: 1.1.7 yup: specifier: ^1.4.0 version: 1.4.0 @@ -2230,6 +2233,9 @@ packages: resolution: {integrity: sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==} engines: {node: ^14.18.0 || >=16.0.0} + tailwind-scrollbar-hide@1.1.7: + resolution: {integrity: sha512-X324n9OtpTmOMqEgDUEA/RgLrNfBF/jwJdctaPZDzB3mppxJk7TLIDmOreEDm1Bq4R9LSPu4Epf8VSdovNU+iA==} + tailwindcss@3.4.4: resolution: {integrity: sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==} engines: {node: '>=14.0.0'} @@ -4652,6 +4658,8 @@ snapshots: '@pkgr/core': 0.1.1 tslib: 2.6.3 + tailwind-scrollbar-hide@1.1.7: {} + tailwindcss@3.4.4: dependencies: '@alloc/quick-lru': 5.2.0 diff --git a/src/components/Sidebar/index.tsx b/src/components/Sidebar/index.tsx index 27a655e9..32100e76 100644 --- a/src/components/Sidebar/index.tsx +++ b/src/components/Sidebar/index.tsx @@ -86,37 +86,13 @@ export default function Sidebar() {
{isLoading ? ( -