Skip to content

Commit ba545ba

Browse files
authored
fix(app): session scroll bar color (#11857)
1 parent 188cc24 commit ba545ba

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

packages/ui/src/styles/utilities.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,6 @@
1010
/* background-color: var(--color-primary); */
1111
/* color: var(--color-background); */
1212
/* } */
13-
14-
::-webkit-scrollbar-track {
15-
background: transparent;
16-
}
17-
18-
::-webkit-scrollbar-thumb {
19-
background-color: var(--surface-float-base);
20-
border-radius: var(--radius-md);
21-
}
22-
23-
* {
24-
scrollbar-color: var(--surface-float-base) transparent;
25-
}
2613
}
2714

2815
.no-scrollbar {

0 commit comments

Comments
 (0)