diff --git a/apps/desktop2/src/app.css b/apps/desktop2/src/app.css index 7e96b9d2..da5e45e1 100644 --- a/apps/desktop2/src/app.css +++ b/apps/desktop2/src/app.css @@ -1,6 +1,18 @@ @tailwind base; -@tailwind components; @tailwind utilities; +@tailwind components; + +*::-webkit-scrollbar { + @apply w-[5px]; +} + +*::-webkit-scrollbar-track { + @apply bg-white dark:bg-black; +} + +*::-webkit-scrollbar-thumb { + @apply bg-black dark:bg-white rounded; +} @layer utilities { .content-break {