diff --git a/src/styles/scrollbar.css b/src/styles/scrollbar.css index 708b647542..55676a14a4 100644 --- a/src/styles/scrollbar.css +++ b/src/styles/scrollbar.css @@ -16,6 +16,10 @@ body { ::-webkit-scrollbar-thumb:hover { background: theme(colors.zinc.800/96); } + + *::-webkit-scrollbar{ + background: theme(colors.zinc.800); + } } *::-webkit-scrollbar-thumb,