diff --git a/src/componets/Sidebar.css b/src/componets/Sidebar.css
index 849d01c..1602c3e 100644
--- a/src/componets/Sidebar.css
+++ b/src/componets/Sidebar.css
@@ -1,7 +1,7 @@
@import 'tailwindcss';
.sidebar {
- @apply fixed top-0 left-0 w-60 h-screen bg-[#161616] flex flex-col border-e-[1px] border-[#2a2a2a] z-[999];
+ @apply fixed top-0 left-0 w-60 h-screen bg-[#161616] flex flex-col border-e-[1px] border-[#242424] z-[1];
}
.sidebar-downloads {
diff --git a/src/main.tsx b/src/main.tsx
index 2ac7c9a..13b8dce 100644
--- a/src/main.tsx
+++ b/src/main.tsx
@@ -118,7 +118,7 @@ function App () {
return (
<>