Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zizdlp committed Sep 20, 2024
1 parent 987fb87 commit e0d8bc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions zbook_frontend/src/components/sidebars/UserSideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ export default async function UserSideBar({
<div
className="absolute inset-0 z-10 pb-10 pt-32 lg:pt-24 px-4 overflow-y-scroll
scrollbar scrollbar-thumb-rounded-full scrollbar-track-rounded-full
scrollbar-w-[1px]
scrollbar-thumb-red-700 scrollbar-track-red-300"
scrollbar-w-[6px]
scrollbar-thumb-slate-200 scrollbar-track-slate-100
dark:scrollbar-thumb-slate-500/50 dark:scrollbar-track-slate-500/[0.16]"
>
<UserSideBarProfile
avatar={data.user_image_info?.avatar}
Expand Down
1 change: 0 additions & 1 deletion zbook_frontend/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const config: Config = {
plugins: [
require("tailwind-scrollbar")({
nocompatible: true,
preferredStrategy: "pseudoelements",
}),
require("@tailwindcss/typography"),
],
Expand Down

0 comments on commit e0d8bc9

Please sign in to comment.