Skip to content

Commit 92b96ce

Browse files
committed
style: Increase scrollbar width for improved visibility and usability
1 parent d6e0c6f commit 92b96ce

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(npm run typecheck:*)",
5+
"Bash(npm run lint)",
6+
"Bash(npm audit:*)",
7+
"Bash(pnpm audit:*)"
8+
],
9+
"deny": [],
10+
"ask": []
11+
}
12+
}

src/renderer/src/assets/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body {
1616
}
1717

1818
::-webkit-scrollbar {
19-
width: 6px;
19+
width: 8px;
2020
height: 6px;
2121
}
2222

0 commit comments

Comments
 (0)