Skip to content

Commit 65c91b0

Browse files
committed
fix(ui): style card scrollbars
1 parent 8cd2fba commit 65c91b0

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)