Skip to content

Commit ca27e7a

Browse files
committed
2d scrollbar colour fix
1 parent 0b919cd commit ca27e7a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

client/src/styles/globals.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@
8989
.scrollbar::-webkit-scrollbar-thumb:hover {
9090
background: oklch(37.2% 0.044 257.287);
9191
}
92+
93+
.scrollbar::-webkit-scrollbar-corner {
94+
@apply bg-slate-900
95+
}
9296
}
9397

9498
@layer base {

0 commit comments

Comments
 (0)