mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-12-05 04:38:37 +08:00
5 lines
86 B
CSS
5 lines
86 B
CSS
|
.modal {
|
||
|
max-width: 720px !important;
|
||
|
padding: 0 !important;
|
||
|
overflow-y: auto;
|
||
|
}
|