mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-24 17:36:47 +08:00
### 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)
14 lines
161 B
Plaintext
14 lines
161 B
Plaintext
.settingWrapper {
|
|
width: 100%;
|
|
|
|
.outletWrapper {
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.itemDescription {
|
|
padding: 10px 0;
|
|
margin: 0;
|
|
}
|
|
}
|