Files
ragflow/web/src/pages/user-setting/index.less
balibabu f55ff590d7 Fix: Fixed the issue where the model configuration page could not be scrolled #9572 (#9579)
### What problem does this PR solve?

Fix: Fixed the issue where the model configuration page could not be
scrolled #9572

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-08-20 10:30:08 +08:00

14 lines
161 B
Plaintext

.settingWrapper {
width: 100%;
.outletWrapper {
height: 100%;
overflow-y: auto;
}
.itemDescription {
padding: 10px 0;
margin: 0;
}
}