mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-03 09:11:59 +08:00
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:
@@ -56,3 +56,8 @@ body,
|
||||
.Highlight__part {
|
||||
background: rgb(var(--accent-primary) / 0.1) !important;
|
||||
}
|
||||
|
||||
.x-spreadsheet-scrollbar {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: initial;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user