Fix: add thin scrollbar styling for x-spreadsheet component (#15912)

### What problem does this PR solve?

Fix: add thin scrollbar styling for x-spreadsheet component

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2026-06-10 19:39:00 +08:00
committed by GitHub
parent aafe6c5534
commit 1fd9e1df8e

View File

@@ -56,3 +56,8 @@ body,
.Highlight__part {
background: rgb(var(--accent-primary) / 0.1) !important;
}
.x-spreadsheet-scrollbar {
scrollbar-width: thin;
scrollbar-color: initial;
}