Files
ragflow/web/src/pages/search/index.less
balibabu 445576ec88 feat: Set the global scroll bar style #2247 (#2265)
### 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)
2024-09-05 14:47:48 +08:00

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;
}
}