Skip to content

Commit 6c8a262

Browse files
authored
Merge pull request #122 from Waishnav/fix/card-scrollbar-styles
fix(ui): style card scrollbars
2 parents 8aa9d8b + 65c91b0 commit 6c8a262

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/ui/workspace-app.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ body {
3939
color: var(--color-text-primary, #f5f5f6);
4040
}
4141

42+
.tool-card,
43+
.tool-card * {
44+
scrollbar-width: thin;
45+
scrollbar-color: gray transparent;
46+
scrollbar-gutter: stable;
47+
}
48+
4249
.empty {
4350
padding: 14px 16px;
4451
color: var(--color-text-secondary, #b6b6bd);

0 commit comments

Comments
 (0)