mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 19:15:30 +08:00
### What problem does this PR solve? feat: Set the global scroll bar style #2247 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
23 lines
292 B
Plaintext
23 lines
292 B
Plaintext
.searchSide {
|
|
overflow: auto;
|
|
height: 100vh;
|
|
position: fixed !important;
|
|
inset-inline-start: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
|
|
.checkGroup {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.list {
|
|
width: 100%;
|
|
}
|
|
.checkbox {
|
|
width: 100%;
|
|
}
|
|
.knowledgeName {
|
|
width: 120px;
|
|
}
|
|
}
|